navigate to different link

G

geebee

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top