Hello

I would like to set up a hyperlink on an excel page which mimics clicking
the "back" button on the Web menu in Excel. So for example if the user
clicks on the hyperlink on sheet1 and goes to cell A10 in sheet2, I would
like the user to be able to click on a hyperlink in sheet2 which takes them
"back" to the originating cell in sheet1. There are many many different
hyperlinks in sheet1 which all take the user to the same cell A10 in sheet2,
what we want is the ability to return to the particular originating cell in
sheet1.

We can get this functionality at the moment simply by using the Web menu in
excel and clicking the back button, but we do not want to use this menu any
more.

Its possible we will accept a button on sheet2 which runs a macro which
executes the back command, but only as a totally last resort. If this is
the only possibility then could someone list the code to do this.

All help appreciated.

Andrew