View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
JPAUL JPAUL is offline
external usenet poster
 
Posts: 1
Default Hide Sheet If....

Hi All,

As part of a greater routine, I'd like to Hide a worksheet
if a certain condition exists in a cell located on a
different sheet. For example, If: Sheet1!A1 = TRUE, Hide
Sheet2.

Any help is appreciated.