This should be simple but I can't figure it out.
I want to step through the sheets in a workbook and check to see if the selected sheet is a chart.
nsheets = sheets.count
for i = 1 to nsheets
sheets(i).select
?<code to determine if selected sheet is a chart sheet>
next i
I want to step through the sheets in a workbook and check to see if the selected sheet is a chart.
nsheets = sheets.count
for i = 1 to nsheets
sheets(i).select
?<code to determine if selected sheet is a chart sheet>
next i