Community discussion forum

How to open a password protected webpage in vba

  • 1 month ago

    Can somebody tell how to open a password protected webpage in VBA, Currently I use the below code to open a webpage

    [CODE] Sub openweb() strURI = "www.google.com" Set ie = CreateObject("internetexplorer.application") ie.Navigate strURI End sub [/CODE]

    Post was edited on 07/10/2009 10:16:45 Report abuse

Post a reply

No one has replied yet! Why not be the first?

Sign in or Join us (it's free).

Want to stay in touch with what's going on? Follow us on twitter!