I know this seems straightforward but it doesn\'t seem to work for me. I have a chart on \"Sheet1\". It is the only chart on the sheet. I want to get the number of series in the
You need to add in Chart:
Chart
Debug.Print ThisWorkbook.Sheets("Sheet1").ChartObjects(1).Chart.SeriesCollection.Count