Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 140
Default worksheet menu bar

I have lost the 'Edit' button from the worksheet menu bar. How do you get it
back. I have tried to write some code without success.

Can anyone help?

Many thanks

Spike
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,236
Default worksheet menu bar

Make sure the menu is showing (not a chart menu or anything, just a standard
menu)

in VB:
CommandBars.ActiveMenuBar.Reset

Manually:
I'm running Excel 2003 - I can rightclick the toolbar, select Customize.
From the Options tab, select reset menu.


--
Rob van Gelder - http://www.vangelder.co.nz/excel


"Spike" wrote in message
...
I have lost the 'Edit' button from the worksheet menu bar. How do you get
it
back. I have tried to write some code without success.

Can anyone help?

Many thanks

Spike



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 140
Default worksheet menu bar

Absolutely brilliant, many thanks i had tried manually without success and
code wise was going down the 'application.commandbars ' etc which is where i
was going wrong.

Thanks again, most grateful

Happy Christmas

Spike

"Rob van Gelder" wrote:

Make sure the menu is showing (not a chart menu or anything, just a standard
menu)

in VB:
CommandBars.ActiveMenuBar.Reset

Manually:
I'm running Excel 2003 - I can rightclick the toolbar, select Customize.
From the Options tab, select reset menu.


--
Rob van Gelder - http://www.vangelder.co.nz/excel


"Spike" wrote in message
...
I have lost the 'Edit' button from the worksheet menu bar. How do you get
it
back. I have tried to write some code without success.

Can anyone help?

Many thanks

Spike




  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,236
Default worksheet menu bar

Just be aware that ActiveMenuBar changes depending on what is selected.

--
Rob van Gelder - http://www.vangelder.co.nz/excel


"Spike" wrote in message
...
Absolutely brilliant, many thanks i had tried manually without success and
code wise was going down the 'application.commandbars ' etc which is where
i
was going wrong.

Thanks again, most grateful

Happy Christmas

Spike

"Rob van Gelder" wrote:

Make sure the menu is showing (not a chart menu or anything, just a
standard
menu)

in VB:
CommandBars.ActiveMenuBar.Reset

Manually:
I'm running Excel 2003 - I can rightclick the toolbar, select Customize.
From the Options tab, select reset menu.


--
Rob van Gelder - http://www.vangelder.co.nz/excel


"Spike" wrote in message
...
I have lost the 'Edit' button from the worksheet menu bar. How do you
get
it
back. I have tried to write some code without success.

Can anyone help?

Many thanks

Spike






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
Can I create a worksheet menu to select each other worksheet pippagrace Excel Discussion (Misc queries) 4 June 23rd 06 01:28 PM
My Worksheet Menu Bar is Gone? JPM Excel Discussion (Misc queries) 1 June 20th 06 04:19 AM
New Menu on Worksheet & Chart Menu Bars Juan[_3_] Excel Programming 2 May 21st 04 11:46 PM
linking chart menu bars and worksheet menu bars majikman[_8_] Excel Programming 0 May 10th 04 09:45 PM
chart menu bar vs worksheet menu bar majikman[_2_] Excel Programming 4 May 7th 04 01:46 AM


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

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

About Us

"It's about Microsoft Excel"