Thread
:
delete chart
View Single Post
#
2
Posted to microsoft.public.excel.misc
Don Guillett
external usenet poster
Posts: 10,124
delete chart
try
ActiveSheet.ChartObjects("Chart 1").Delete
--
Don Guillett
SalesAid Software
"Wayne" wrote in message
...
I am trying to find a way to delete a chart with VBA.I am able to create a
chart but not delete one.Thanks for your help
Wayne
Reply With Quote
Don Guillett
View Public Profile
Find all posts by Don Guillett