#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 10
Default Excel Menu

When I open excel there is no menu appeared. All the menus are disappeared
and i am unable to clik right mouse button also.

I think i might have clicked to something hide menu. How can show them again?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,942
Default Excel Menu

hi,
I'm not sure if this will do it for you but it's worth a try.
press the keyboard keys Alt +F11. this will bring up the VB editor.
In the VB editor click Insertmodule.
Paste this code in the code window.

Sub macMenu()

Application.CommandBars("Worksheet Menu Bar").Visible = True
Application.CommandBars("Standard").Visible = True

End Sub

to run the macro click runrunsub/userform or just hit the F5 key.

this should put the menu and the standard toolbar in excel. you should then
be able to right click the tool bar and customize

Good luck.
hope this helped
regards
FSt1

"Saravanan" wrote:

When I open excel there is no menu appeared. All the menus are disappeared
and i am unable to clik right mouse button also.

I think i might have clicked to something hide menu. How can show them again?

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 10,593
Default Excel Menu

That should be

Application.CommandBars("Worksheet Menu Bar").Enabled = True


--
HTH

Bob Phillips

(there's no email, no snail mail, but somewhere should be gmail in my addy)

"FSt1" wrote in message
...
hi,
I'm not sure if this will do it for you but it's worth a try.
press the keyboard keys Alt +F11. this will bring up the VB editor.
In the VB editor click Insertmodule.
Paste this code in the code window.

Sub macMenu()

Application.CommandBars("Worksheet Menu Bar").Visible = True
Application.CommandBars("Standard").Visible = True

End Sub

to run the macro click runrunsub/userform or just hit the F5 key.

this should put the menu and the standard toolbar in excel. you should

then
be able to right click the tool bar and customize

Good luck.
hope this helped
regards
FSt1

"Saravanan" wrote:

When I open excel there is no menu appeared. All the menus are

disappeared
and i am unable to clik right mouse button also.

I think i might have clicked to something hide menu. How can show them

again?


  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 10
Default Excel Menu

Thanks Guys. I used the both enabled and visible, now it is showing toolbar
only not the menu. Also I am unable click the right mouse button. Expecting
you help. Thanks.

Regards,
Saravanan

"Bob Phillips" wrote:

That should be

Application.CommandBars("Worksheet Menu Bar").Enabled = True


--
HTH

Bob Phillips

(there's no email, no snail mail, but somewhere should be gmail in my addy)

"FSt1" wrote in message
...
hi,
I'm not sure if this will do it for you but it's worth a try.
press the keyboard keys Alt +F11. this will bring up the VB editor.
In the VB editor click Insertmodule.
Paste this code in the code window.

Sub macMenu()

Application.CommandBars("Worksheet Menu Bar").Visible = True
Application.CommandBars("Standard").Visible = True

End Sub

to run the macro click runrunsub/userform or just hit the F5 key.

this should put the menu and the standard toolbar in excel. you should

then
be able to right click the tool bar and customize

Good luck.
hope this helped
regards
FSt1

"Saravanan" wrote:

When I open excel there is no menu appeared. All the menus are

disappeared
and i am unable to clik right mouse button also.

I think i might have clicked to something hide menu. How can show them

again?



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
Create Dropdown menu without using the Validation on the Data Menu lostinformulas Excel Worksheet Functions 0 July 13th 06 08:47 PM
dropdown menu or Jump menu the dude Excel Discussion (Misc queries) 1 March 26th 06 07:58 PM
How do I see the menu bar in excel? jaxpot7 Excel Discussion (Misc queries) 1 July 12th 05 10:47 PM
my menu disappear. How can I refind my menu?? Allen Excel Discussion (Misc queries) 1 January 27th 05 12:01 AM
Menu items added with menu item editor in older versions Michael Hoffmann Excel Discussion (Misc queries) 2 January 7th 05 01:40 PM


All times are GMT +1. The time now is 07:27 PM.

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"