View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Spencer Hutton[_3_] Spencer Hutton[_3_] is offline
external usenet poster
 
Posts: 17
Default Worksheet Menu Bar

How can i have the menu bar invisible when a workbook opens. i have tried:
Application.CommandBars("Worksheet Menu Bar").Visible = False
without any luck. is this not possible? TIA.