LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.programming
Rui Rui is offline
external usenet poster
 
Posts: 7
Default Copy/Paste charts

Hi,

i´m trying to copy a selection of charts from a workbook to another. Here´s
my yet-to-be-over lines:

Windows("BDs.xls").Activate
ActiveSheet.ChartObjects("Chart 11").Activate
ActiveSheet.Shapes.Range(Array("Chart 11", "Chart 12", "Chart 13",
"Chart 14" _
, "Chart 15", "Chart 16")).Select
Selection.Copy
Windows(F).Activate
ActiveSheet.PasteSpecial Format:="Picture (Enhanced Metafile)",
Link:=False _
, DisplayAsIcon:=False

As i see it, when i run the macro, it only copies the first chart, and then
it bugs when tries to paste.

can anyone help me?
thanks,
Rui
 
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
Copy/Paste charts as object inside excel Khoshravan Charts and Charting in Excel 1 September 17th 07 02:54 PM
Excel charts copy / paste crops the images Neil J Mansfield Charts and Charting in Excel 0 April 10th 06 04:51 PM
How to copy & paste excel charts to Words as Windows Metafile xppuser Charts and Charting in Excel 7 February 6th 06 03:15 PM
Copy/Paste charts Rui Charts and Charting in Excel 1 June 22nd 05 09:03 PM
How do I copy and paste Excel charts and retain formatting? Mine . Ivan Lawler Charts and Charting in Excel 2 February 17th 05 01:53 PM


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

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

About Us

"It's about Microsoft Excel"