View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
TOMB[_2_] TOMB[_2_] is offline
external usenet poster
 
Posts: 2
Default Hide Rows If Cell Value = False

Windows 2000; Excel 2000

I am using several checkbox controls (format control and
cell link) to toggle a cell's value between 'True'
and 'False'.

I would like to hide or unhide rows based on these cells.

Any suggestions besides using AutoFilter?

Thanks in advance.