Some Worksheet event are executed before the associated event occurs and have a Cancel parameter that is passed by reference.
Private Sub Worksheet_BeforeRightClick(ByVal Target As Range, _ Cancel As Boolean) Cancel = True End Sub