I thought this would work but it seems to give me an error. Any ideas? Trying to get IE to go back one page.
VBSTART
Dim IE
Sub GoBack
IE.GoBack()
End Sub
VBEND
VBRun>GoBack
IE Backward Navigation
Moderators: JRL, Dorian (MJT support)
- Bob Hansen
- Automation Wizard
- Posts: 2475
- Joined: Tue Sep 24, 2002 3:47 am
- Location: Salem, New Hampshire, US
- Contact:
- Bob Hansen
- Automation Wizard
- Posts: 2475
- Joined: Tue Sep 24, 2002 3:47 am
- Location: Salem, New Hampshire, US
- Contact:
If the VB code is correct are you making sure you have focus before calling VB?
Something like this:
Something like this:
But also think the ALT-Left will be good vs. GoBack()VBStart
Function
End Functions
VBEnd
WaitWindowOpen>IE_WindowName*
SetFocus>IE_WindowName*
WaitReady>1
VBRun>GoBack
Hope this was helpful..................good luck,
Bob
A humble man and PROUD of it!
Bob
A humble man and PROUD of it!
- Dorian (MJT support)
- Automation Wizard
- Posts: 1415
- Joined: Sun Nov 03, 2002 3:19 am