View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Wylie C Wylie C is offline
external usenet poster
 
Posts: 10
Default Looping worksheets in workbook

I need help with a macro that will loop through all worksheets in a workbook
and delete the worksheet if the contents in A15 < "C" then re-loop and
delete the "C" in each workbook. Should I create a named range using A15 in
each workbook or just the cell reference as above?

Thank you.