Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Try changing the "section in question" to
Set ipf = .Document.all.Item("ewiHeader_ucEwiLogin_userid") ipf.Value = username Set ipf = .Document.all.Item("ewiHeader_ucEwiLogin_password" ) ipf.Value = pass Set ipf = .Document.all.Item("ewiHeader_ucEwiLogin_ibGo") ipf.Click Do Until .ReadyState = 4 DoEvents Loop Find the items names in the source code and you'll see what you should be looking for. Also note that the "Do" loop is placed after the click event in order to let the new page load before continuing...Ron |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
forgot my vba project passowrd | Excel Discussion (Misc queries) | |||
username and password controls | Excel Programming | |||
environ username vs. application username | Excel Programming | |||
Passowrd Protecting | Excel Discussion (Misc queries) | |||
have put a passowrd onto an excel file and now cannot remember it | Excel Discussion (Misc queries) |