PC Review


Reply
Thread Tools Rate Thread

bookmark a chart?

 
 
me
Guest
Posts: n/a
 
      26th Aug 2005
Hi, I can hyperlink to cell A1 in a worksheet using this format:
Book1.xls#Sheet1!A1
byt I can't figure out how to name a chart or create a bookmark to a chart
"worksheet" or chart object so I can hyperlink to either. Is this possible
and, if so, how do you do it?

Thanks,
Mike


 
Reply With Quote
 
 
 
 
Debra Dalgleish
Guest
Posts: n/a
 
      26th Aug 2005
You can't hyperlink to the chart sheet, but Jon Peltier has a macro
workaround in his Charting FAQ article:


http://pubs.logicalexpressions.com/P...?ID=209#jon016


that you may be able to use.




me wrote:
> Hi, I can hyperlink to cell A1 in a worksheet using this format:
> Book1.xls#Sheet1!A1
> byt I can't figure out how to name a chart or create a bookmark to a chart
> "worksheet" or chart object so I can hyperlink to either. Is this possible
> and, if so, how do you do it?
>
> Thanks,
> Mike
>
>



--
Debra Dalgleish
Excel FAQ, Tips & Book List
http://www.contextures.com/tiptech.html

 
Reply With Quote
 
me
Guest
Posts: n/a
 
      26th Aug 2005
Thank you, this was helpful, but doesn't quite solve my problem which I
should have stated earlier. BookA has the hyperlink to a chart in BookB. I
need to copy the chart from BookB into a new worksheet in BookA using VBA.
How would I do that?

Thanks again,
Mike
"Debra Dalgleish" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> You can't hyperlink to the chart sheet, but Jon Peltier has a macro
> workaround in his Charting FAQ article:
>
>
> http://pubs.logicalexpressions.com/P...?ID=209#jon016
>
>
> that you may be able to use.
>
>
>
>
> me wrote:
>> Hi, I can hyperlink to cell A1 in a worksheet using this format:
>> Book1.xls#Sheet1!A1
>> byt I can't figure out how to name a chart or create a bookmark to a
>> chart "worksheet" or chart object so I can hyperlink to either. Is this
>> possible and, if so, how do you do it?
>>
>> Thanks,
>> Mike

>
>
> --
> Debra Dalgleish
> Excel FAQ, Tips & Book List
> http://www.contextures.com/tiptech.html
>



 
Reply With Quote
 
Jon Peltier
Guest
Posts: n/a
 
      28th Aug 2005
A worksheet has cells, and may have chart objects embedded in it.

A chart sheet has no cells, but usually has a visible chart as its "sheet". It may
also have chart objects embedded in it, but that's an advanced topic.

To move a chart sheet:

Workbooks("BookB").Sheets("Chart1").Move Before:=Workbooks("BookA").Sheets(1)

To copy a chart object:

Workbooks("BookB").Sheets("Sheet1").ChartObjects(1).Copy
Workbooks("BookA").Sheets("Sheet2").Paste

- Jon
-------
Jon Peltier, Microsoft Excel MVP
Peltier Technical Services
Tutorials and Custom Solutions
http://PeltierTech.com/
_______

me wrote:

> Thank you, this was helpful, but doesn't quite solve my problem which I
> should have stated earlier. BookA has the hyperlink to a chart in BookB. I
> need to copy the chart from BookB into a new worksheet in BookA using VBA.
> How would I do that?
>
> Thanks again,
> Mike
> "Debra Dalgleish" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
>
>>You can't hyperlink to the chart sheet, but Jon Peltier has a macro
>>workaround in his Charting FAQ article:
>>
>>
>>http://pubs.logicalexpressions.com/P...?ID=209#jon016
>>
>>
>>that you may be able to use.
>>
>>
>>
>>
>>me wrote:
>>
>>>Hi, I can hyperlink to cell A1 in a worksheet using this format:
>>> Book1.xls#Sheet1!A1
>>>byt I can't figure out how to name a chart or create a bookmark to a
>>>chart "worksheet" or chart object so I can hyperlink to either. Is this
>>>possible and, if so, how do you do it?
>>>
>>>Thanks,
>>>Mike

>>
>>
>>--
>>Debra Dalgleish
>>Excel FAQ, Tips & Book List
>>http://www.contextures.com/tiptech.html
>>

>
>
>


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
link from outlook to word bookmark opens doc but not at bookmark JOH Microsoft Outlook 1 2nd May 2008 03:58 AM
.Bookmark = .RecordsetClone.Bookmark =?Utf-8?B?cmVkRnJlZA==?= Microsoft Access Form Coding 3 19th Oct 2007 07:19 PM
Bookmark page rather than bookmark site =?Utf-8?B?RG91ZyBTdGV3YXJ0?= Microsoft Frontpage 7 4th Mar 2007 05:00 PM
Creating a Bookmark Within a Bookmark Barry Karas Windows XP Help 2 12th Oct 2006 07:38 PM
My noteref to valid bookmark says "Error! Bookmark not defined."? =?Utf-8?B?amNoaWxkZXJzXzk4?= Microsoft Word Document Management 3 5th Oct 2006 02:23 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 02:24 AM.