View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Norvascom Norvascom is offline
external usenet poster
 
Posts: 21
Default Loop to hide sheet based on cell

Hi,

I am trying to create a simple loop to hide worksheets in my workbook
based on value reported on a specific cell on each worksheet.
If value on cell B8 on the worksheet is equal to "No Data", hide this
worksheet. If not, keep visible. Then go to the next worksheet.

Thanks for your help