oops, how do i get the excel text-menu back?
Try using this code to re-enable it
Sub EnableBar()
Application.CommandBars("Worksheet Menu Bar") _
..Enabled = True
End Sub
Open VBE (alt + F8)
Insert a Module
Then Run code
If the bar does not reappear then try my previous post agin and see if
it is in the list. Let me know how it worked out.
Sandy
mpg wrote:
worksheet menubar isnt in the list
"Jason Lepack" wrote in message
ps.com...
It's called the "Worksheet Menu Bar". Right click your toolbar and
click "customize...". Go down to worksheet menu bar and make sure it
is selected. If it isn't, select it. If it is, you should reset it.
Cheers,
Jason Lepack
mpg wrote:
i have somehow removed the 'text' portion of my excel menu.
'file-open-help-etc...." i was experimenting with commandbars and cant
seem
to get it back.
i have the commandbars all visible again, but the main text at the top is
gone.
thanks
mg
|