I'm trying to write backwards compatible code to allow me to access a filtered series on a chart without using the FullSeriesCollection (available 2013 +) object. However, the normal SeriesCollection object doesn't have access to series that have been filtered out of the chart.
Is there a way to conditionally compile a section of code based on Excel version?
Is there a way to conditionally compile a section of code based on Excel version?