View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
John Eppley John Eppley is offline
external usenet poster
 
Posts: 3
Default VBA code for Internet User ID & Password

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