View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.setup
Bondi
 
Posts: n/a
Default How to reappear the menu bar (file, edit etc) that disappeared?

Hi

If it has been disabled you could use this in a module

Sub MenuBar()
Application.CommandBars("Worksheet Menu Bar").Enabled = True
End Sub

Regards
Bondi