Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 162
Default Reset Right Click Menu

I added a command to the "right click menu" and want it remoced. How do I
remove it or restore the "right click menu" to its default state?

Thanks
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,272
Default Reset Right Click Menu

Type this into the VBE immediate window

application.CommandBars("Cell").Reset

and enter

--

HTH

RP
(remove nothere from the email address if mailing direct)


"Ronbo" wrote in message
...
I added a command to the "right click menu" and want it remoced. How do I
remove it or restore the "right click menu" to its default state?

Thanks



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 32
Default Reset Right Click Menu

Hi

I guess you added a control in the Application.commandbars("cell").
So to remove what you added, just write down
Application.commandbars("cell").controls("yourcont rolname").delete or reset
your commandbars.

So long.


"Ronbo" a écrit dans le message de news:
...
I added a command to the "right click menu" and want it remoced. How do I
remove it or restore the "right click menu" to its default state?

Thanks



  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 22,906
Default Reset Right Click Menu

Ronbo

To remove.......

Application.CommandBars("Cell").Controls("Your Item").Delete


Gord Dibben Excel MVP

On Wed, 12 Jan 2005 12:45:04 -0800, "Ronbo"
wrote:

I added a command to the "right click menu" and want it remoced. How do I
remove it or restore the "right click menu" to its default state?

Thanks


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
reset menu captions T Excel Programming 2 November 12th 04 11:28 AM
Adding a menu item right click menu when clicking on a single. Andoni[_28_] Excel Programming 0 September 2nd 04 10:23 PM
How to reset Worksheet Menu Bar in VBA??? Simon Lloyd[_536_] Excel Programming 7 August 18th 04 12:58 AM
right click menu reset? danped Excel Programming 1 July 14th 04 12:16 PM
Adding menu to the mouse right click pop-up menu Jack Excel Programming 1 February 12th 04 05:23 AM


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