#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 6
Default Hyperlink to a chart

I have a workbook with multiple charts as their own worksheets. I have a
navigation page in which i wish to put hyperlinks to the various charts
however, when I go to the hyperlink window it does not recognise the charts
as worksheets therefore I cannot select them to bookmark or link them.
I would appreciate any assistance. Thank you

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 63
Default Hyperlink to a chart

It's probably easier to add a button off the control toolbox and edit its
code to the following (change Chart1 to whatever your chart sheet is called)

Private Sub CommandButton1_Click()
ActiveWorkbook.Sheets("Chart1").Select
End Sub

Andrea Jones
www.stratatraining.co.uk

"Sarah G" wrote:

I have a workbook with multiple charts as their own worksheets. I have a
navigation page in which i wish to put hyperlinks to the various charts
however, when I go to the hyperlink window it does not recognise the charts
as worksheets therefore I cannot select them to bookmark or link them.
I would appreciate any assistance. Thank you

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 6
Default Hyperlink to a chart

Thank you for that. Just a little more help please
Which words do I substitute with the actual names eg do I substitute
ActiveWorkbook with the actual name of the workbook. In the chart name do I
use the name of the chart Chart2 or do I substitute the name of the worksheet
that it is on
Private Sub CommandButton1_Click()
ActiveWorkbook.UtilisationMAR08("Chart2").Select
"Andrea Jones" wrote:

It's probably easier to add a button off the control toolbox and edit its
code to the following (change Chart1 to whatever your chart sheet is called)

Private Sub CommandButton1_Click()
ActiveWorkbook.Sheets("Chart1").Select
End Sub

Andrea Jones
www.stratatraining.co.uk

"Sarah G" wrote:

I have a workbook with multiple charts as their own worksheets. I have a
navigation page in which i wish to put hyperlinks to the various charts
however, when I go to the hyperlink window it does not recognise the charts
as worksheets therefore I cannot select them to bookmark or link them.
I would appreciate any assistance. Thank you

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
hyperlink to chart rexmann Excel Discussion (Misc queries) 0 August 20th 07 11:54 AM
Hyperlink from Organisation chart box Dave Excel Discussion (Misc queries) 2 August 2nd 07 02:52 PM
Hyperlink ? - forgot to add it's a chart Stilla Excel Worksheet Functions 1 February 7th 06 07:21 PM
hyperlink to Chart Chetoos Charts and Charting in Excel 6 August 2nd 05 01:16 PM
Hyperlink to a chart... George Excel Discussion (Misc queries) 3 January 17th 05 03:32 PM


All times are GMT +1. The time now is 12:07 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"