unhide a worksheetr

A

albert

i hide aworkbook by clicking the cell above row 1 and to the left of column a .
how do i unhide this
 
D

Dave Peterson

If you can see the row numbers, then you can use:
edit|goto (or ctrl-g or F5)
type: A:IV
then Format|column|Unhide.

If you can see the column numbers, you can use:
edit|goto
type: 1:65536
format|row|unhide
 
Top