Menu bar GONE?!


Posted by John on December 12, 2001 3:17 PM

Somehow my menu bar disappeared (not the tool bar, the whole kit and kaboodle - zippo) no "file" no "Tools" no nada.

Can anyone help me out with a fix? Quick learner, but not a programmer...need fairly explicit direction (sorry! learning ;-)

Ciao - John



Posted by Colo on December 12, 2001 10:13 PM

Hi!
How to fix for this case is to use VBA.

Step1: Please push [Alt] + [F11] key at the same time.
Step2: Make new module and paste there this code in.
Step3: Please push [F8] key 3 times.

Sub Tempfix()
Application.CommandBars(1).Enabled = True
End Sub