repost from general

  • Thread starter Thread starter Mike
  • Start date Start date
M

Mike

I have a user that has managed to hide the "Worksheet menu bar" in Excel 97.
Alt T does not bring up the tools menu. How do I restore the menus? I have
been unable to reproduce how this was done.

Thanks
Mike
 
Mike,

Go into the VB IDE, and in the Immediate window, type
application.CommandBars("Worksheet Menu Bar").Enabled = true
and then Enter.
 
Thanks for that. Any idea how a user could do this? I found this fix and
it worked.

Close Excel.
Start-Run.
Type:
regedit
hit enter.
Browse to:

Office97:
hkey_current_user\software\microsoft\office\8.0\excel

Right-click the Excel folder and rename to OldExcel.

thanks again
Mike
 
Back
Top