Automatically selecting active chart
I just recorded a macro that did the rest. I am all set now. Thanks
"Curt" wrote:
Thank you, that worked, but I wish to run this macro from another sheet.
I still have to run this while my active sheet is "Benchmark Comp Chart". I
wish to run it while my active sheet is titled "Misc.".
thanks,
"Wouter HM" wrote:
Hi Curt,
There is only one line of code needed:
ActiveSheet.ChartObjects.Item(1).Activate
HTH,
Wouter
.
|