View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
SteveG[_3_] SteveG[_3_] is offline
external usenet poster
 
Posts: 6
Default Recognizing a Chart Worksheet

I have a macro that performs a function on each sht of a workbook. However,
I'd like it to skip Chart sheets. How can I test that a sheet is a chart so
that an If statement will not process that sheet?