Home |
Search |
Today's Posts |
#6
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Randy -
I just answered your more recent post about naming a chart. Follow one of those techniques, and name the chart something that you will look for later for deletion ("Working Chart" or "Temp Chart", whatever). Then just use a line like this before recreating the chart: ActiveSheet.ChartObjects("Working Chart").Delete An alternative is to keep the same chart, but redefine its source data and change axis titles or whatever. This might be easier or more reliable than rebuilding the chart every time. - Jon ------- Jon Peltier, Microsoft Excel MVP Peltier Technical Services http://PeltierTech.com/Excel/Charts/ _______ Randal W. Hozeski wrote: THANKS! The first option worked. As long as the chart is active. It seems that once I de-activate the chart and do something else then want to go back to it. It puts that ("Chart 88") back in. I was going to try and give it a name to use so I could go back to it.... How can I return a once active chart that was de-activated back to active? I want to remove the chart so I can regenerate it. -Randy- *** Sent via Developersdex http://www.developersdex.com *** Don't just participate in USENET...get rewarded for it! |