Thread: Macro Help
View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
Jef Gorbach Jef Gorbach is offline
external usenet poster
 
Posts: 59
Default Macro Help


"Philip White via OfficeKB.com" wrote in message
...
the dropdown is on the web form, the information is stored in excel. i

need
to get the data from excel and have it correctly select the correct value

in
the dropdown on the webform.


Examing the website's html source code should review the form variables you
want to fill in.

However unless you can manipulate the site within Excel, you may need to add
a wsh/vbscript to a locally saved version to read the excel values, assign
them to the corresponding variables then finish processing the form per the
site's original code; in which case
usenet(microsoft.public.scripting.vbscript, microsoft.public.scripting.wsh)
may be able to assist with the neccessary code.