Paste Chart

Richard1963

New Member
Joined
Aug 5, 2011
Messages
2
Hi,

I am attempting to speed up some code and am removing all the .select's, hopefully replacing them all with, with. I am attempting to copy a selction of charts from one workbook to another using the following

With Workbooks(nmefile).Worksheets("EEX Graphs")
.DrawingObjects.Copy
End With

With Workbooks(wrkDR).Worksheets("EEX Graphs").range("B2")
.Pictures.Paste.Select
End With

This unfortunatgely fails at the line .pictures.paste.select
Is there any way to acheive a copy of a chart or charts from one workbook to another without having to constantly switch between workbooks and worksheets. I am using excel 2007

Thanks in advance
 

Excel Facts

Excel Wisdom
Using a mouse in Excel is the work equivalent of wearing a lanyard when you first get to college

Forum statistics

Threads
1,224,590
Messages
6,179,750
Members
452,940
Latest member
rootytrip

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top