Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

VB in HTML

Status
Not open for further replies.

ramnewbietoaccess

Programmer
Nov 4, 2002
52
US
Working in FrontPage, I have a drop down box "D1"
and an excel spreadseet "Spreadsheet 1". I am trying to get the value from D1 to populate the spreadsheet in A1.

I am using this. Am I close??

<select size="1" name="D1">
<option value="1">Mustang</option>
<option value="2">Escort</option>
</select<</p>
<SCRIPT LANGUAGE = "VBScript"
<!--
If D1.Value = 1
Then Spreadsheet.Range("A1").= Mustang<- -></SCRIPT>
</form>

Thanks in advance for looking at this.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top