View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
geebee geebee is offline
external usenet poster
 
Posts: 190
Default navigate to different link

hi,

i have the following which goes to the website:

Dim myIE As New InternetExplorer 'New '
Dim myURL As String
Dim myURL33 As String

Dim myDoc As HTMLDocument
Dim strSearch As String

'Set starting URL and search string
myURL = "https://yoursite.com/sub/Logon.asp"

but i would like for it to navigate to a different page away from this page
after this page has been navigated to (in the same IE window). what do i
need to add?

thanks in advance,
geebee