View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default Mouse Over and Back Function in Excel

for the second, create a custom toolbar and put a back button on it.
Undock the toolbar so it floats.

--
Regards,
Tom Ogilvy
"kaci" wrote in message
...
Hi all,

I have prepared a Index / Content worksheet in my excel file. In the

index
worksheet, whenever i double click the link, it will point me to the
corresponding Chart. I would like to upgrade as below, and seek for

expert
advice in the group.

1. I would like to have my pointer look like a 'hand' or a 'arrow' when

the
mouse is over the link (before double clicking the link).
2. When the user is in the Chart, I would like to create a BACK button
which link the user back to the index page. Instead of creating a BUTTON

at
every page, is there any way to do it? (Since I need this function in

every
worksheet or chart in my file).

Thanks for advice.