Hi,
Alt+F11 to open
VB editor. Double click 'ThisWorkbook' and paste this code
in on the right
Private Sub Workbook_SheetBeforeRightClick(ByVal Sh As Object, ByVal Target
As Range, Cancel As Boolean)
Cancel = True
End Sub
--
Mike
When competing hypotheses are otherwise equal, adopt the hypothesis that
introduces the fewest assumptions while still sufficiently answering the
question.
"Steve davis" wrote:
can u disable the right click button in excel