Can somebody tell how to open a password protected webpage in VBA,
Currently I use the below code to open a webpage
![]()
Sub openweb() strURI = "www.google.com" Set ie = CreateObject("internetexplorer.application") ie.Navigate strURI End sub
Can somebody tell how to open a password protected webpage in VBA,
Currently I use the below code to open a webpage
![]()
Sub openweb() strURI = "www.google.com" Set ie = CreateObject("internetexplorer.application") ie.Navigate strURI End sub
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks