Is there any way to disable a user right clicking or double clicking the toolbar? In other words, I only want them seeing the Standard and Formatting Toolbars, and I want to bar them from right-clicking and then hitting "customize..."
I was able to disable these choices on the menubars using,
but you can easily get around this by doing the above. Q: Why is my computer doing that?
A: Random Perversity of Inanimate
Objects
I was able to disable these choices on the menubars using,
Code:
myMenu = Application.CommandBars("Worksheet Menu Bar")
myMenu.Controls("Tools").Controls("Customize...").Enabled = False
but you can easily get around this by doing the above. Q: Why is my computer doing that?
A: Random Perversity of Inanimate
Objects