This code will prevents users from right-clicking ON THE TAB itself:
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...