View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tim Williams Tim Williams is offline
external usenet poster
 
Posts: 1,588
Default VBA code for Internet User ID & Password

Try this thread.

http://groups.google.com/group/micro...11d402322fc6d7

Tim

"John Eppley" wrote in message
...
I am able to utilize VBA to log on several of my internet accounts
using the following:

Sub OpenMyBAnkWebSite()
ThisWorkbook.FollowHyperlink
Address:="https://onlineservices.MyBank.com/"
End Sub

Rather straightforward.

Now I would like to use VBA to enter my "User ID" and password. Is
it possible? I have tried many (most) of the usual sources for info
and have come up "short".

Are there any sources of info relating to Excel, VBA and Internet
data downloading?

All advice would be appreciated.

John