View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] Spy128Bit@gmail.com is offline
external usenet poster
 
Posts: 17
Default Excel Macro / IE Form / Alternate to .Value

Greetings,

I can successfully use this code to fill out a form but when I go to
submit it the error says there is no name present and to enter one.
The value is listed in the box but unless it is specifically typed in
the page doesn't recognize it. So I am looking for a replacement to
the following that would either paste the text directly into the field
or a variation of it.

Currently used:
IExplorer.document.all("abc123").Value = "Name"

Unfamiliar with what options I had available, I have searched through
various ways of clicking on the area first, referrring to a cell
instead of the straight text, and a few other ways using Paste() but
those came with errors. Is there something else I should look for that
needs to be triggered? Any ideas would be aprpciated. I'm looking at
a few thousand requests that have to be made and one by one would be
quite time consuming.

Excel 2003, and the references have been enabled for form control.

Thanks!