Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
I had been using the MACRO tutorial s on line.
After I came back to a spread sheet of my own I could not find my Menu Bar; FILE EDIT FORMAT...etc |
#2
![]() |
|||
|
|||
![]()
I don't know what the tutorials did, but you may want to try:
Tools|customize put a check mark in front of "worksheet menu bar" If that doesn't work... hit alt-f11 to get to the VBE hit ctrl-g to see the immediate window type this and hit enter: application.CommandBars("worksheet menu bar").Enabled = true Then back to excel to see if that helped. Robert wrote: I had been using the MACRO tutorial s on line. After I came back to a spread sheet of my own I could not find my Menu Bar; FILE EDIT FORMAT...etc -- Dave Peterson |
#3
![]() |
|||
|
|||
![]()
Dave Thank you very much for responding to my predicament.
After several attempts and getting frustrated your first suggestion worked after resetting the "worksheet menu bar" Back on track, thankyou. "Dave Peterson" wrote: I don't know what the tutorials did, but you may want to try: Tools|customize put a check mark in front of "worksheet menu bar" If that doesn't work... hit alt-f11 to get to the VBE hit ctrl-g to see the immediate window type this and hit enter: application.CommandBars("worksheet menu bar").Enabled = true Then back to excel to see if that helped. Robert wrote: I had been using the MACRO tutorial s on line. After I came back to a spread sheet of my own I could not find my Menu Bar; FILE EDIT FORMAT...etc -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
What is a shortcut menu? | Excel Discussion (Misc queries) | |||
Help with drop down menu | Excel Worksheet Functions | |||
Excel Menu Problem | Excel Discussion (Misc queries) | |||
What is a Conditional pull down menu? | Excel Discussion (Misc queries) | |||
Menu items added with menu item editor in older versions | Excel Discussion (Misc queries) |