tbablue
Active Member
- Joined
- Apr 29, 2007
- Messages
- 466
- Office Version
-
- 365
- Platform
-
- Windows
Private Sub Worksheet_BeforeRightClick(ByVal Target As Range, Cancel As Boolean)
ActiveWorkbook.Worksheets("UTILISATION").Calculate
End Sub
Is there a simple way to disable the menu that appears as a result of clicking the RIGHT mouse button? As per the code above - I wanna use the right button to update my sheet; the workbook is set for manual calculation.
Cheers
Ken
ActiveWorkbook.Worksheets("UTILISATION").Calculate
End Sub
Is there a simple way to disable the menu that appears as a result of clicking the RIGHT mouse button? As per the code above - I wanna use the right button to update my sheet; the workbook is set for manual calculation.
Cheers
Ken