View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Keith Keith is offline
external usenet poster
 
Posts: 262
Default can't delete a series from SeriesCollection ???

Hello,
I see that SeriesCollection has a method ".NewSeries" that
creates a new series as in...

Charts(1).SeriesCollection.NewSeries

But I don't see a way to delete a series, or delete all in the collection.
What am I missing here?

Thank you,
Keith