View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default 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!