Hyperlink to charts

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

My program creates a workbook the structure of which is one worksheet
followed by several hundred charts. The worksheet is to serve as a table of
contents, allowing the user to click on a cell containing the name of the
desired chart in order to display that chart.

The hyperlink function seems to allow this linkage to other worksheets in
the same workbook. I cannot determine whether one can link to charts in the
same workbook. Any advice?

Lon Sarnoff
 
Many thanks. With slight modification it served as a simple solution to my
problem.
 
This code worked for me, too. I'm trying to link to multiple charts from a
table of contents page as well. Can you tell me how to modify the code so
you can open more than one chart tab from the same table of contents?

Thanks
 
The free Excel add-in "Excel Extras" creates a Table of Contents worksheet with
links to all sheets (worksheets and chart sheets). It lists, but does not link hidden sheets.
It works from a menu item on the Insert menu.
It does other stuff too. Download from (no registration required)...
http://www.realezsites.com/bus/primitivesoftware
--
Jim Cone
San Francisco, USA




"Emilia" <[email protected]>
wrote in message
This code worked for me, too. I'm trying to link to multiple charts from a
table of contents page as well. Can you tell me how to modify the code so
you can open more than one chart tab from the same table of contents?
Thanks


Lon Sarnoff said:
Many thanks.
With slight modification it served as a simple solution to my problem.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top