I have written a VBA procedure in Excel 2010 that tries to hidden commandbars and prevents several actions from the user.
I have included and run this code:
Dim Cbar As CommandBar
For Each Cbar In Application.CommandBars
Cbar.Enabled = False
Next
Now, when I opn ANY excel...