Hi,
This will delete a chart object, but not sure how you are identifying
which chart object.
Activesheet.chartobjects(1).delete
' create and give it a name
with Activesheet.chartobjects.add(1,1,400,300)
.name = "MyName"
end with
For more details see Jon's page(s)
http://peltiertech.com/Excel/ChartsHowTo/QuickChartVBA.html
Cheers
Andy
> Hi,
>
[quoted text clipped - 9 lines]
> Kind regards
> tskogstrom

Signature
Andy Pope, Microsoft MVP - Excel
http://www.andypope.info
tskogstrom - 22 Oct 2006 13:30 GMT
Thank you, Andy
this will help.
/Regards
tskogstrom
Andy Pope skrev:
> Hi,
>
[quoted text clipped - 27 lines]
> > Kind regards
> > tskogstrom