Thread: Are rows hidden
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
camlad camlad is offline
external usenet poster
 
Posts: 28
Default Are rows hidden

Thanks to help from Nigel yesterday, I now have a macro which detects empty
cells in C2-C10 and hides those rows leaving other rows alone.



I should like to toggle that so is there a code for "are any rows hidden"
without going from row to row throughout the database?



If Rows.hidden = true then

Rows.unhide

Else

HideEmptyRows 'the macro to hide empty rows

Endif



Any suggestions - thanks



Camlad