S Seanie Jul 27, 2010 #1 Is it possible to embed within 'This Workbook' a facility to disable right click? Don't want to protect sheet Thanks
Is it possible to embed within 'This Workbook' a facility to disable right click? Don't want to protect sheet Thanks
G GS Jul 27, 2010 #2 Seanie explained : Is it possible to embed within 'This Workbook' a facility to disable right click? Don't want to protect sheet Thanks Click to expand... Use Workbook_SheetBeforeRightClick event and set Cancel = True to disable the popup menu, for example.
Seanie explained : Is it possible to embed within 'This Workbook' a facility to disable right click? Don't want to protect sheet Thanks Click to expand... Use Workbook_SheetBeforeRightClick event and set Cancel = True to disable the popup menu, for example.