M
msippitt
Hi,
Refers to Microsoft Excel 2000.
Within my VBA Code I am using the following to disable th
CommandBars:
'Ensure the user cannot access any of the Toolbars
For Each bar In Application.CommandBars
bar.Visible = False
Next
However the user, when in Excel can right click and choos
Customization and put the CommandBars back. Is there any way I ca
prevent this happening.
TIA
Mar
Refers to Microsoft Excel 2000.
Within my VBA Code I am using the following to disable th
CommandBars:
'Ensure the user cannot access any of the Toolbars
For Each bar In Application.CommandBars
bar.Visible = False
Next
However the user, when in Excel can right click and choos
Customization and put the CommandBars back. Is there any way I ca
prevent this happening.
TIA
Mar