Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Rich
You can use this event in the thisworkbook module Private Sub Workbook_SheetBeforeRightClick(ByVal Sh As Object, _ ByVal Target As Range, Cancel As Boolean) Cancel = True End Sub But you still can right click on the menubars and worksheet tabs. If you don't want that post back -- Regards Ron de Bruin http://www.rondebruin.nl "Rich Cooper" wrote in message ... Hi, I am trying to figure out how to disable a user from being able to right click in an excel spreahsheet. If anyone knows how please help! Thanks |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
disable right click on mouse | Excel Discussion (Misc queries) | |||
Disable Auto save on Right Click | Excel Discussion (Misc queries) | |||
How do I disable the Alt-Click research service? | Excel Discussion (Misc queries) | |||
disable right mouse click on a scatter graph? | Charts and Charting in Excel | |||
Disable Window Right Click | Excel Programming |