G
Gail
I have a hyperlink that takes users to a certain spot in my Word document. I
then want the user to be able to click on a button and Go Back to the spot
they just navigated from. I do not want to use the "Go Back" button on the
"Web" toollbar - I want to create my own button. I have created the button
but I am having trouble with the code to go back - here is what I have:
Private Sub CommandButton1_Click()
onClick = history.go(-1)
End Sub
Can someone please help!
then want the user to be able to click on a button and Go Back to the spot
they just navigated from. I do not want to use the "Go Back" button on the
"Web" toollbar - I want to create my own button. I have created the button
but I am having trouble with the code to go back - here is what I have:
Private Sub CommandButton1_Click()
onClick = history.go(-1)
End Sub
Can someone please help!