tiredofit
Well-known Member
- Joined
- Apr 11, 2013
- Messages
- 1,913
- Office Version
- 365
- 2019
- Platform
- Windows
This code will prevents users from right-clicking ON THE TAB itself:
but it only works if the user tries to right-click a SINGLE tab.
If they select more than one tab and right-click, they are still able to do so.
Is there some code that prevents users selecting multiple tabs and right-clicking?
Thanks
Code:
Application.CommandBars("Ply").Enabled = False
but it only works if the user tries to right-click a SINGLE tab.
If they select more than one tab and right-click, they are still able to do so.
Is there some code that prevents users selecting multiple tabs and right-clicking?
Thanks