Hi, my menu bar is missing, can anyone tell me what is the keyboard shortcut to bring it back?
Thanx!
Hi, my menu bar is missing, can anyone tell me what is the keyboard shortcut to bring it back?
Thanx!
Dependings on what toolbar is missing as more than one
try selecting view and tick the untick ones or select toolbars and select from that list
VBA Noob
_________________________________________
![]()
![]()
Credo Elvem ipsum etian vivere
_________________________________________
A message for cross posters
Please remember to wrap code.
Forum Rules
Please add to your signature if you found this link helpful. Excel links !!!
VBA, thanx for your help, but what I mean is the menu bar... the "File, Edit, View, etc." bar... The other ones are ok!
Thanx
Right click any where in the grey area under close & Minimise buttons etc
then select customise > select toolbar tab > tick workbook Menu bar
VBA Noob
Thanx... I just can't do that, because my "Customize" is greyed, but thanx for your help!
See if link helps
http://support.microsoft.com/kb/213550
Press Alt + F11 and paste code into a new module.![]()
Please Login or Register to view this content.
Then press Alt + F8 and select Enable_Menu_Bar and run
HTH
VBA Noob
I have no idea what I hit to erase the munu bar to start with. I tried everything I knew including closing Excel and re-opening, to no avail. None of the forum suggestions worked either,so I closed Excel again, re-opened and it was back! Very frustrating! Thanks for all the suggesions. I'll remember them if it happens again.![]()
I'm having this exact same problem! I've been coding in vb.net on an unrelated project and accessing an excel spreadsheet from my application. I used this code to remove all menus, rows, columns, and headings:
And this code to restore it:![]()
Please Login or Register to view this content.
Was working totally fine all week until now, I can't access the menu bar or controls at all. Completely missing! First, I tried correcting it in vb.net and it worked on that one sheet, but as soon as I closed down my application, all other workbooks I load up are missing the bar! I tried your suggestion here and put the code into vba and ran it, but nothing happened, nothing at all! Any help much appreciated.![]()
Please Login or Register to view this content.
Taemex Unfortunately your post does not comply with Rule 2 of our Forum RULES. Do not post a question in the thread of another member -- start your own thread.
If you feel an existing thread is particularly relevant to your need, provide a link to the other thread in your new thread.
Old threads are often only monitored by the original participants. New threads not only open you up to all possible participants again, they typically get faster response, too.
1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
2. If your question is resolved, mark it SOLVED using the thread tools
3. Click on the star if you think someone helped you
Regards
Ford
Not exactly sure what you are looking at, but Ctrl + Shift + F1 toggles the menu/ribbon on and off. Have you tried that?
There are also macros that will do the same thing. Any chance you've used a macro from another site with the same name(s) as the offending macro(s)? When I found the shortcut key, I deleted all those particular macros.
None of the above suggestions worked for me, however, I did have my original 97 Excel installation disc and simply reloaded Excel and all is well.
Its possible you accidentally hit F11. That hides the menu bar at the top of the screen. If you move your cursor to the top of the screen and the menu bar appears, hit F11 and it will stop hiding
And really, you need to get a newer version of Excel. The advantages are HUGE!
What you're seeing is Full Screen mode, but probably invoked by a file you opened that has been saved to open in {Full Screen} mode.
(Closing and re-opening Excel won't make a difference, it'll remember that you were in {Full Screen.})
Try pressing ESC on the keyboard.
If Esc doesn't cure it, simply click the middle {Restore Down} button in the top right and the menus, toolbar and ribbon will re-appear.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks