Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
geebee,
Private Sub Worksheet_BeforeDoubleClick(ByVal Target As Range, Cancel As Boolean) Cancel = True End Sub HTH, Bernie MS Excel MVP "geebee" (noSPAMs) wrote in message ... hi, thanks. how about disabling a "double click"? geebee "Bernie Deitrick" wrote: geebee, Copy this code, right-click the sheet tab, select "View Code" and paste the code into the window that appears. You can limit which cells it disables by using the Target range object.... HTH, Bernie MS Excel MVP Private Sub Worksheet_BeforeRightClick(ByVal Target As Range, Cancel As Boolean) Cancel = True End Sub "geebee" (noSPAMs) wrote in message ... hi, i would like to know how i can prvent users from right-clicking on a pivot table? htanks in advance, geebee |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I create a click on + symbol to open a root and click on -. | Excel Discussion (Misc queries) | |||
How to change syperlink from single click to double click | Excel Worksheet Functions | |||
Disabling click and right-click on the Picture I inserted in an Excel document | Excel Worksheet Functions | |||
Click on graph bar to execute a double-click in a pivot table cell | Charts and Charting in Excel | |||
Mouse Over Graph, Capture Information on Click(Double Click) | Excel Programming |