If hoping that this should be real easy!(im a real beginner!)
I have a form with a text box and a button
A user enters some text in the textbox tehn presses the button.
The code behind the button should take the value in the textbox perform a vlookup on a stored spreadsheet and return the value of the vlookup in a msgbox
I dont know how to do this please help...
I have the following so far (text1 is the textbox) which doesnt work
src="c:\data.xls"
lookuprange= range("B8:c2000")
msgbox vlookup(text1,lookuprange,2,false)
where do I go from here?
I have a form with a text box and a button
A user enters some text in the textbox tehn presses the button.
The code behind the button should take the value in the textbox perform a vlookup on a stored spreadsheet and return the value of the vlookup in a msgbox
I dont know how to do this please help...
I have the following so far (text1 is the textbox) which doesnt work
src="c:\data.xls"
lookuprange= range("B8:c2000")
msgbox vlookup(text1,lookuprange,2,false)
where do I go from here?