- Using VBA to send url to an active IE window
- Set ie = New InternetExplorer
- ie.Navigate "http://url"
- 'Loop until ie page is fully loaded
- Do Until ie.ReadyState = READYSTATE_COMPLETE
- Loop
- ie.Visible = True
- Set ie = New InternetExplorer
- Set ie = IE WINDOW WITH THIS TITLE.... or something similar?