Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
mpg mpg is offline
external usenet poster
 
Posts: 6
Default oops, how do i get the excel text-menu back?

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


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 120
Default oops, how do i get the excel text-menu back?

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


  #3   Report Post  
Posted to microsoft.public.excel.programming
mpg mpg is offline
external usenet poster
 
Posts: 6
Default oops, how do i get the excel text-menu back?

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




  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 156
Default 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



  #5   Report Post  
Posted to microsoft.public.excel.programming
mpg mpg is offline
external usenet poster
 
Posts: 6
Default oops, how do i get the excel text-menu back?

thanks folks, i have it back now.
whew....


"Sandy" wrote in message
ps.com...
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






  #6   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 156
Default oops, how do i get the excel text-menu back?

Right click on any toolbar, and click customize. In the Toolbars tab
check off "Worksheet Menu Bar", then click ok.


Sandy
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


  #7   Report Post  
Posted to microsoft.public.excel.programming
mpg mpg is offline
external usenet poster
 
Posts: 6
Default oops, how do i get the excel text-menu back?

worksheet menu bar isnt in the list


"Sandy" wrote in message
oups.com...
Right click on any toolbar, and click customize. In the Toolbars tab
check off "Worksheet Menu Bar", then click ok.


Sandy
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




  #8   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 156
Default oops, how do i get the excel text-menu back?

Sorry made a mistake...it happens.

To open VBE use alt+F11.

To run the code use Alt+F8 and select EnableBar and click Run


Sandy
mpg wrote:
worksheet menu bar isnt in the list


"Sandy" wrote in message
oups.com...
Right click on any toolbar, and click customize. In the Toolbars tab
check off "Worksheet Menu Bar", then click ok.


Sandy
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



  #9   Report Post  
Posted to microsoft.public.excel.programming
mpg mpg is offline
external usenet poster
 
Posts: 6
Default oops, how do i get the excel text-menu back?

thanks folks, i have it back now.
whew....


"Sandy" wrote in message
ups.com...
Sorry made a mistake...it happens.

To open VBE use alt+F11.

To run the code use Alt+F8 and select EnableBar and click Run


Sandy
mpg wrote:
worksheet menu bar isnt in the list


"Sandy" wrote in message
oups.com...
Right click on any toolbar, and click customize. In the Toolbars tab
check off "Worksheet Menu Bar", then click ok.


Sandy
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




Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Is it possible to bring back the normal menu? Jason Excel Discussion (Misc queries) 2 October 20th 05 03:28 PM
How do I get "tools" back into the menu in 2003 Excel? Fred Excel Discussion (Misc queries) 4 June 17th 05 09:29 PM
How do i put back my excel worksheet menu bar crypaz Excel Worksheet Functions 1 April 10th 05 10:40 AM
how do i get my menu bar back? Rienne Excel Discussion (Misc queries) 4 April 8th 05 08:54 PM
How to get back lost Menu John[_54_] Excel Programming 1 September 8th 03 01:18 PM


All times are GMT +1. The time now is 09:07 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"