Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am looking to disable the right click Cut event when dealing with Text
boxes (Drawing Objects). I have seen code that disables the right click cut. The following code works on the page, but not when a textbox is selected: Dim TheCmdBar as Office.CommandBarControl for each TheCmdBar in Applicaiton.CommandBars.FindControls(ID:=21) TheCmdBar.Enabled = False Next TheCmdBar Thanks in advance. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Disable right click menu | Excel Programming | |||
adding right click menu to textbox | Excel Programming | |||
How do I disable the right-click shortcut menu on charts | Excel Programming | |||
disable customize option when right click on menu bar | Excel Programming | |||
disable right click menu | Excel Programming |