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
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