View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Bearacade[_9_] Bearacade[_9_] is offline
external usenet poster
 
Posts: 1
Default Auto Hide Task Bar


Hope this helps.. I have a task pane, is that the same?

Private Sub Workbook_Open()

Application.CommandBars("Task Pane").Visible = False

End Sub

Private Sub Workbook_Close()

Application.CommandBars("Task Pane").Visible = True

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=55003