H
Harley Feldman
I have a pivot table with 69 columns and 42 rows created with VB from another table of values. I am trying to loop through the seriescollection representing each of the columns. I have noticed that I cannot refer to seriescollection(i) when that set of y-values (column) has no values in it. I receive the message: "Select method of Series class failed." Run time error '1004'. Is there a test that I can do in the code to avoid trying to refer to these empty seriescollections?
Harley
Harley