Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi, I'm tryng to accomplish something with the beforerightclick method, I
want when the user press the right mouse button, the menu that normaly appears (Cut Copy Paste .....),doesn't appears so the user isn't abble to cut, copy, paste or change the format of the cells TIA |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Private Sub Worksheet_BeforeRightClick(ByVal Target As Range, Cancel As
Boolean) Cancel = True End Sub -- Jim "filo666" wrote in message ... | Hi, I'm tryng to accomplish something with the beforerightclick method, I | want when the user press the right mouse button, the menu that normaly | appears (Cut Copy Paste .....),doesn't appears so the user isn't abble to | cut, copy, paste or change the format of the cells | TIA |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
don't I've just solved my problem:
Cancel=true Thanks "filo666" wrote: Hi, I'm tryng to accomplish something with the beforerightclick method, I want when the user press the right mouse button, the menu that normaly appears (Cut Copy Paste .....),doesn't appears so the user isn't abble to cut, copy, paste or change the format of the cells TIA |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Adding a cancel button | Excel Programming | |||
moving mouse highlights cells without touching left mouse button | Excel Discussion (Misc queries) | |||
InputBox - cancel button | Excel Programming | |||
Cancel button | Excel Programming | |||
Cancel Button | Excel Programming |