deleting a chart using a macro
Assuming an embedded chart:
Activesheet.ChartObjects(1).Delete
--
Regards,
Tom Ogilvy
"stargategirl" wrote in message
...
how can i delete a chart within a macro but still be able to view the
chart
before it deletes itself? and if i create the chart each time using
another
macro, how can i create a macro that deletes that chart? HELP!
|