View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
John Wirt[_11_] John Wirt[_11_] is offline
external usenet poster
 
Posts: 2
Default Unhiding hidden rows in a worksheet

I need a procedure that will unhide all the hidden rows on a worksheet.

I cannot figure out how to do this.

The main stumbling block is detecting whether any rows on the worksheet and
which ones they are. Assume the hidden rows are continguous.

Any ideas?

Thank you.

John Wirt