LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.programming
ron ron is offline
external usenet poster
 
Posts: 118
Default how to find username/passowrd controls

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
forgot my vba project passowrd linto Excel Discussion (Misc queries) 4 January 6th 10 06:51 PM
username and password controls thomas donino Excel Programming 1 August 30th 09 10:23 PM
environ username vs. application username jatman Excel Programming 4 May 28th 09 08:40 AM
Passowrd Protecting TheRook Excel Discussion (Misc queries) 4 June 12th 06 02:02 PM
have put a passowrd onto an excel file and now cannot remember it paul rowe Excel Discussion (Misc queries) 3 June 28th 05 04:28 PM


All times are GMT +1. The time now is 03:38 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"