Home |
Search |
Today's Posts |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Suggestions. Experiment with variants of
..Document.Elements("user$btnSubmit").Click() ..Document.getElementsById("user_btnSubmit").Click () Try braces too which matches the syntax for some scripting languages as in: ..Document.Elements["user$btnSubmit"].Click() Also, look for a form tag as in "<form name='aForm' method=POST Then try ..Document.Forms("aForm").getElementsById("usr_btn Submit").Click() |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
In Excel, what do the dollar signs mean in $A$1 | Excel Worksheet Functions | |||
Dollar signs on all tabs | Excel Discussion (Misc queries) | |||
Dollar signs in VBA | Excel Programming | |||
Get excel 2005 to line up damn dollar signs properly. Idiots. | Excel Discussion (Misc queries) | |||
Dollar signs | New Users to Excel |