missing toolbar

  • Thread starter Thread starter mcunis
  • Start date Start date
M

mcunis

I have lost my toolbar on top and have done what the help
says to do with the excelxlb. file but still does not work.
how do I get my toolbars back?
 
You might have to delete the xlb file. I assume that you tried to use reset
from the customize menu..
 
Have you tried View|Toolbars and checked off Standard and Formatting?
Bernard
 
I think that the problem is that EXCEL has a flaw that drops the menu area (File, Edit, View, Insert, Format, Tools, Data, Window and Help). Right clicking will never add those menu items back in and I haven't figured out how to get the Menu Items back either. I may be using Menu incorrectly but, I don't know what else Microsoft might have called those Buttons that are fixed.
 
Try this: Right Click on the Menu are
1) Open Exce
2) Right-click on the menu bar or toolbar and choose Customize
3) On the Toolbars tab, select Standard, Formatting, Task Pane & Worksheet Menu Bar and click the Reset button

I Hope this works for you
 
Hi Jim!

Use:

ALT + F11 to open visual basic editor.

View>Immediate Window.

With the cursor in the Immediate Window type:

Application.CommandBars(1).Reset

Press Enter

ALT + F11 to go back to Excel to see if the Worksheet Menu Bar is
visible.


--
Regards
Norman Harker MVP (Excel)
Sydney, Australia
(e-mail address removed)
Excel and Word Function Lists (Classifications, Syntax and Arguments)
available free to good homes.
Jim said:
I think that the problem is that EXCEL has a flaw that drops the
menu area (File, Edit, View, Insert, Format, Tools, Data, Window and
Help). Right clicking will never add those menu items back in and I
haven't figured out how to get the Menu Items back either. I may be
using Menu incorrectly but, I don't know what else Microsoft might
have called those Buttons that are fixed.
 
Back
Top