View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Bearacade[_26_] Bearacade[_26_] is offline
external usenet poster
 
Posts: 1
Default Unhiding all worksheets


Sub Macro1()

Dim sheet As Worksheet
For Each sheet In Worksheets
sheet.Visible = True
Next
End Su

--
Bearacad

-----------------------------------------------------------------------
Bearacade's Profile: http://www.excelforum.com/member.php...fo&userid=3501
View this thread: http://www.excelforum.com/showthread.php?threadid=55626