Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am trying to navigate to a website using VBA. The problem is that I get an
IE message box that pops up before I can actually reach the page. In order to reach the page, I need to "click OK" or press enter, but I do not know how to do this using VBA. I have tried the sendkeys method, but I was unsuccessful. The code accesses a password protected site so I cannot show it, but it is very basic: Sub Get_Info Set IE = CreateObject("InternetExplorer.Application") IE.Navigate "Website address here" "Click Ok/Press Enter when message box appears <---- Here is the problem" ... gather information from the website End Sub Any help would be greatly appreciated. Thanks. Dan |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Opening a password-protected spreadsheet from a website link | Excel Discussion (Misc queries) | |||
Update info from website to worksheet automatically, w/o opening s | Excel Discussion (Misc queries) | |||
Our new website | New Users to Excel | |||
Our new website | Excel Discussion (Misc queries) | |||
Our new website | Links and Linking in Excel |