PC Review Forums Newsgroups Microsoft Excel Microsoft Excel Charting Copy multiple charts

Reply

Copy multiple charts

 
Thread Tools Rate Thread
Old 02-07-2003, 08:33 AM   #1
MarkyP
Guest
 
Posts: n/a
Default Copy multiple charts


Y'all

Does anyone know how to select all charts on a worksheet for copying
en masse to WORD.
The charts are layed out on the sheet and, currently, they are
selected manually together (SHIFT+Select) copied and then pasted into
WORD (paste special + picture + no float).
I need a small routine that, on the press of a button, will select and
copy all of the seven charts (per Word page). The actual pasting into
word i'm happy to leave manual.....

Mark
  Reply With Quote
Old 02-07-2003, 11:19 AM   #2
Jon Peltier
Guest
 
Posts: n/a
Default Re: Copy multiple charts

Mark -

This line copies all the charts on the active sheet.

ActiveSheet.ChartObjects.CopyPicture Appearance:=xlScreen, _
Format:=xlPicture

- Jon
-------
Jon Peltier, Microsoft Excel MVP
http://www.geocities.com/jonpeltier/Excel/index.html
_______

MarkyP wrote:
> Y'all
>
> Does anyone know how to select all charts on a worksheet for copying
> en masse to WORD.
> The charts are layed out on the sheet and, currently, they are
> selected manually together (SHIFT+Select) copied and then pasted into
> WORD (paste special + picture + no float).
> I need a small routine that, on the press of a button, will select and
> copy all of the seven charts (per Word page). The actual pasting into
> word i'm happy to leave manual.....
>
> Mark


  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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off