VBA & Internet Explorer - problem with click of specific button (Canada Post) - Page 2
'OK. You can execute the following code: Set ie = CreateObject("InternetExplorer.Application") ie.Visible = True ie.Navigate "https://www.oxhp.com/ProviderPortal/...&aliasId=LOGIN" Sleep 500 Do While ie.busy: DoEvents: Loop Do While ie.ReadyState > 4 ......