Prev: commandbar control works on some computers, not others
Next: Is it possible to include a macro by a macro?
From: BRG on 22 Jan 2010 15:06 I am having a problem deleting a chart series. The series contains a zero value. The chart is a log-log plot. I am using the following code to try and delete the series. Activesheet.Seriescollection().Delete I get the error: Delete method of Series class failed. The code works if there are no zero values in the series. Any help would be greatly appreciated. -- BRG |