Thread: Unhide row
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default Unhide row

rows.hidden = False

or Range("A1").Resize(12).EntireRow.Hidden = False

Regards,
Tom Ogilvy


"Rickey Zachary" wrote in message
...
Rows 1 through 12 are hiden. I have tried format,row,unhide by
selecting the whole worksheet. This did not work.
Thanks
Rick