menu bar hides on full screen

G

Guest

When i go to full screen in Excel on one of our workgroup computers, the menu
bar disappears. On the other computers in the group, all the tollbars hide,
except the menu bar - which is what i want to happen!!!

How do i get this one computer to behave and show the menu bar at all times?
I have been in to tools, customise and cant see any strange looking settings!

Thanks
 
D

Dave Peterson

The only way I could hide that toolbar in xl2002 was to do it via code.

But that also hid it in normal view, too.

You may want to try this:
go into full screen mode
hit alt-f11 to get to the VBE
hit ctrl-g to get to the immediate window

type/paste this in and hit enter:

Application.CommandBars("worksheet menu bar").Enabled = True


then alt-f11 back to excel to see if it worked.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top