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
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.