Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
The main menu bar containing "File Edit Tools etc" is missing
How do I get it back. I have reloaded excel with no results Trevor |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
View Toolbars Customize tick: Worksheet Menu Bar
-- HTH Sandy In Perth, the ancient capital of Scotland and the crowning place of kings Replace @mailinator.com with @tiscali.co.uk "Trevor" wrote in message ... The main menu bar containing "File Edit Tools etc" is missing How do I get it back. I have reloaded excel with no results Trevor |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I think View is on the worksheet menu bar so how can you access View? <g
Right click *any* toolbar then: Customize tick: Worksheet Menu Bar Biff "Sandy Mann" wrote in message ... View Toolbars Customize tick: Worksheet Menu Bar -- HTH Sandy In Perth, the ancient capital of Scotland and the crowning place of kings Replace @mailinator.com with @tiscali.co.uk "Trevor" wrote in message ... The main menu bar containing "File Edit Tools etc" is missing How do I get it back. I have reloaded excel with no results Trevor |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Try this:
Right-click in the gray area at the top of the window (You'll see a list of available toolbars, but not the one you want) Select: Customize Select: Toolbars tab Check: Worksheet Menu Bar Click: [OK] Does that help? *********** Regards, Ron XL2002, WinXP "Trevor" wrote: The main menu bar containing "File Edit Tools etc" is missing How do I get it back. I have reloaded excel with no results Trevor |
#6
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Trevor,
I was having the same problem, but if you right click on the toolbar and see if the minimize ribbon is checked then uncheck it. This is with excel 2007. "Trevor" wrote: The main menu bar containing "File Edit Tools etc" is missing How do I get it back. I have reloaded excel with no results Trevor |
#7
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
On Jun 23, 1:36 pm, jhf wrote:
Trevor, I was having the same problem, but if you right click on the toolbar and see if the minimize ribbon is checked then uncheck it. This is with excel 2007. "Trevor" wrote: The main menu bar containing "File Edit Tools etc" is missing How do I get it back. I have reloaded excel with no results Trevor- Hide quoted text - - Show quoted text - What used to be the file menu is the circular button in the upper left with the Microsoft Logo in it. After 10 years working with Excel I installed 2007 last week and it took 15 minutes to figure out how to open a file. |
#8
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
The main menu bar containing "File Edit Tools etc" is still missing
|
#9
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() "Sidd" wrote: The main menu bar containing "File Edit Tools etc" is still missing I've landed in this discussion group with a similar problem. Using Excel 2003, very abruptly today I have *no toolbars at all (nothing to click and change the view) save for two custom toolbars I've used for a long time. I do *not have the option, (on clicking in the greyed area or using the down arrow on either menu) to select or add the customary standard toolbars, as none of them are listed, even by clicking 'customise'. Either this is a view problem (which I can't change because I have no view) or I've lost what I'd think would be the corollary to normal.dot in the Word environment. Ideas please? I'm lost and desperate and under some time constraints. Thanks a lot. Marguerite Foraminut |
#10
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
You could look for Excelxx.XLB file which is the file that saves your Menu setup
and customizations. Rename it to Excelxx.old then re-start Excel to see what happens. This will delete your customizations including the toolbars you built. I would try this macro first. You may not have to delete your customizations. Sub Worksheet_Menu_Hide() If Application.CommandBars("Worksheet Menu Bar").Enabled = True Then Application.CommandBars("Worksheet Menu Bar").Enabled = False Else Application.CommandBars("Worksheet Menu Bar").Enabled = True End If '''Application.CommandBars("new bar name").Visible = True End Sub Paste it into a general module and RunRun Sub/Userform from the VBEditor Toolbar. To get to the VB Editor hit Alt + F11 then CTRL + r. Find your workbook/project and right-click and insertmodule. Paste the macro into that module. On Wed, 18 Jul 2007 08:48:02 -0700, foraminut wrote: "Sidd" wrote: The main menu bar containing "File Edit Tools etc" is still missing I've landed in this discussion group with a similar problem. Using Excel 2003, very abruptly today I have *no toolbars at all (nothing to click and change the view) save for two custom toolbars I've used for a long time. I do *not have the option, (on clicking in the greyed area or using the down arrow on either menu) to select or add the customary standard toolbars, as none of them are listed, even by clicking 'customise'. Either this is a view problem (which I can't change because I have no view) or I've lost what I'd think would be the corollary to normal.dot in the Word environment. Ideas please? I'm lost and desperate and under some time constraints. Thanks a lot. Marguerite Foraminut |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
excel menu bar missing | Excel Discussion (Misc queries) | |||
excel menu missing | Excel Discussion (Misc queries) | |||
Menu bar on excel is missing? | Excel Discussion (Misc queries) | |||
Excel menu bar missing | Excel Discussion (Misc queries) | |||
missing excel menu | Setting up and Configuration of Excel |