Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
i have one chart on each sheet. i record a macro to copy chart from one sheet to other. when i run the macro...it's taking a while to copy....will you please help me to make it faster. my other problem is to paste the chart at specific x,y or at say B5. how can i do that... (i tried using sendkeys "^C" but its not working...for some reason...) Worksheets("a").ChartObjects(1).Copy Sheets("b").Select ActiveSheet.Paste '-------------------------------------------------- ActiveSheet.ChartObjects(1).Activate namechart = ActiveSheet.ChartObjects(1).Name ActiveSheet.Shapes(namechart).IncrementLeft 265.5 ActiveSheet.Shapes(namechart).IncrementTop -116.25 recording macro gave me these lines but sometime it's pasting at one place and some time at other... is there a way to paste at specific x,y or near to cell B5? Thanks you so much for your help. musa.biralo |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
copy chart formatting and chart templates in Excel 2007 | Charts and Charting in Excel | |||
Macro Copy Excel Chart Sheet to PowePoint - Mod of Jon Peltier code | Charts and Charting in Excel | |||
Name a chart and copy it to another sheet | Excel Programming | |||
relative sheet references ala sheet(-1)!B11 so I can copy a sheet. | Excel Discussion (Misc queries) | |||
Copy chart sheet without links | Excel Programming |