Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
gj gj is offline
external usenet poster
 
Posts: 7
Default Dropdown Sub Menu

Is there any way to edit or remove the options available from the Sub menu
toolbar( The one that is available, when you right click a Cell in a
worksheet.)
It would be useful to have a shortened list of options.
Thanking you in anticipation
GJ

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 102
Default Dropdown Sub Menu

Try this...

CommandBars("Cell").Controls("Cut").Delete
'To delete "Cut"


CommandBars("Cell").Reset
'To reset everything in the sub menu
--
Regards,
Rocky McKinley


"GJ" wrote in message
...
Is there any way to edit or remove the options available from the Sub menu
toolbar( The one that is available, when you right click a Cell in a
worksheet.)
It would be useful to have a shortened list of options.
Thanking you in anticipation
GJ



  #3   Report Post  
Posted to microsoft.public.excel.programming
gj gj is offline
external usenet poster
 
Posts: 7
Default Dropdown Sub Menu

Thanks Rocky! It all seems so simple when you know how.

"Rocky McKinley" wrote:

Try this...

CommandBars("Cell").Controls("Cut").Delete
'To delete "Cut"


CommandBars("Cell").Reset
'To reset everything in the sub menu
--
Regards,
Rocky McKinley


"GJ" wrote in message
...
Is there any way to edit or remove the options available from the Sub menu
toolbar( The one that is available, when you right click a Cell in a
worksheet.)
It would be useful to have a shortened list of options.
Thanking you in anticipation
GJ




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
select From dropdown and return another dropdown menu RE4379 Excel Discussion (Misc queries) 2 March 11th 10 03:09 PM
Dropdown menu help tbraley Excel Worksheet Functions 1 September 26th 09 11:07 AM
filter dropdown menu so 2nd drop menu is customized menugal Excel Worksheet Functions 1 September 4th 07 05:25 PM
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


All times are GMT +1. The time now is 06:40 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"