Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi
I have a macro that creates a chart, it does this well! What it doesnt do well is place it where i want it once it is created. The problem is that the code to move it about the page that i have: ActiveSheet.Shapes("Chart 18").IncrementLeft 251.25 ActiveSheet.Shapes("Chart 18").IncrementTop -129.75 ....obviously specifies that the chart that will be moved must be "Chart 18". Is there anyway round this? With the amount of users this sheet is going to have, i cannot guarantee that when the button is pressed, the chart that it will fire will be the 18th! Surely there must be a way of shifting it once you are already into "ActiveChart. "? For example, does "ActiveChart.Move" only shift between sheets? Any help gratefully recieved, please let me know if you need more info cheers jb |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I move a chart using a macro? | Charts and Charting in Excel | |||
Unspecified Automation Error | Excel Discussion (Misc queries) | |||
Unspecified Automation Error | Excel Discussion (Misc queries) | |||
Macro to automatically move chart data | Excel Programming | |||
How a macro auto-determine unspecified range | Excel Programming |