I
Ian McIntosh
I have tried the solution recommended below but the menu
bar is still not visible. If you read this Norman do you
have any other suggestions? TIA
Ian
==========================================================
Hi Ian!
With a workbook open, use ALT+F11 [Gets you to the Visual
Basic
Editor (VBE)]
View > Immediate window
Copy/paste or type the code line below into the Immediate
window and
then press ENTER
Application.CommandBars("Worksheet Menu Bar").Enabled =
True
To get back to Excel press Alt+Q
Hope that you will now breathe a sigh of relief.
bar is still not visible. If you read this Norman do you
have any other suggestions? TIA
Ian
==========================================================
Hi Ian!
With a workbook open, use ALT+F11 [Gets you to the Visual
Basic
Editor (VBE)]
View > Immediate window
Copy/paste or type the code line below into the Immediate
window and
then press ENTER
Application.CommandBars("Worksheet Menu Bar").Enabled =
True
To get back to Excel press Alt+Q
Hope that you will now breathe a sigh of relief.