Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.charting
|
|||
|
|||
![]()
Given the procedure below, is there a way to copy the chart as a picture to
the range without selecting the range each time? If possible I would like to speed up the macro by not selecting a range. Sub LoopThroughCharts() Dim Rng As Range Dim Cht As Chart Set Cht = Sheets("MC").ChartObjects("Cht1").Chart For Each Rng In Sheets("Dash").Range("F4:F11") Cht.CopyPicture Rng.Select ActiveSheet.Paste Next Rng End Sub Thanks for your help. -- Steph |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Copy a named picture | Excel Discussion (Misc queries) | |||
Copy as picture. | Excel Discussion (Misc queries) | |||
copy as picture | Excel Discussion (Misc queries) | |||
Copy and Paste Chart as Picture into another workbook or worksheet | Charts and Charting in Excel | |||
Excel 2007 copy chart as picture | Charts and Charting in Excel |