To disable Right Click Q

S

Seanie

Is it possible to embed within 'This Workbook' a facility to disable
right click? Don't want to protect sheet

Thanks
 
G

GS

Seanie explained :
Is it possible to embed within 'This Workbook' a facility to disable
right click? Don't want to protect sheet

Thanks

Use Workbook_SheetBeforeRightClick event and set Cancel = True to
disable the popup menu, for example.
 
Top