Home |
Search |
Today's Posts |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Try
in your ThisWorkbook Code Module: - - - - - - - - - - - - - - - - - - - - - - - - - - Private Sub Workbook_Open() Application.CommandBars("PLY").Enabled = False End Sub Private Sub Workbook_Activate() Application.CommandBars("PLY").Enabled = False End Sub Private Sub Workbook_Deactivate() Application.CommandBars("PLY").Enabled = True End Sub - - - - - - - - - - - - - - - - - - - - - - - - - - -- Regards, Soo Cheon Jheong _ _ ^ąŻ^ -- |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
disable right click on mouse | Excel Discussion (Misc queries) | |||
disable right mouse click on a scatter graph? | Charts and Charting in Excel | |||
moving mouse highlights cells without touching left mouse button | Excel Discussion (Misc queries) | |||
Disable the right mouse button?? | Excel Programming | |||
disable keyboard/mouse from vba for all programs? | Excel Programming |