Answer the question
In order to leave comments, you need to log in
Made myself a problem with Excel. Menu doesn't work. How to decide?
Executed the following code to temporarily deactivate the panels (it was necessary for the VBA application)
With Application
For Each iCommandBar In .CommandBars
iCommandBar.Enabled = False
Next
End With
Answer the question
In order to leave comments, you need to log in
I ran the same thing once with True via Personal.xlsb at startup via Workbook_Open - and everything became ok, then the event was deleted and everything works. Geez what was that.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question