View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Daniel.C[_3_] Daniel.C[_3_] is offline
external usenet poster
 
Posts: 133
Default How is possible to lose a Category from the Menu Bar and

Execute the following macro :
Sub test()
CommandBars(1).Controls(5).Visible = True
CommandBars(1).Controls(5).Enabled = True
End Sub


How do you get it back. I lost the entire FORMAT category from the
menu bar. I tried resetting and that didn't work.