View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Simon Lloyd[_661_] Simon Lloyd[_661_] is offline
external usenet poster
 
Posts: 1
Default Hiding/Unhiding multiple sheets in VBA?


Hi,

I'm now using this which works but on the hide it is now only hiding
one of the two sheets any ideas why?

Sub Auto_open()
Worksheets("Holidays").Visible = True
Worksheets("Holiday Count").Visible = True
Worksheets("Xtra's & count").Visible = True
Worksheets("Front").Visible = False
Sheets("Holidays").Activate
Call Auto1
End Sub


--
Simon Lloyd
------------------------------------------------------------------------
Simon Lloyd's Profile: http://www.excelforum.com/member.php...fo&userid=6708
View this thread: http://www.excelforum.com/showthread...hreadid=484793