View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default Macro to go a WEB site and enter a password

Try a URL like:
http://username:password@URL

sometimes this works, but apparently there is no standard for passing in a
username and password.

--
Regards,
Tom Ogilvy


Bob Benjamin wrote in message
...
Can a VBA macro be written to:



1.. Go to a web site
2.. Enter the user code (i.e., the macro types it, not the user)
3.. Enter the password (i.e., the macro types it, not the user)
What would the SUB look like?



Any help would be much appreciated.



BobB