Quote:
Originally Posted by Guessed
I assume you are talking about the Proofing Task Pane. Does this line of VBA work for what you wanted to do?
Code:
Application.CommandBars("Proofing").Enabled = False
|
I suspect you mean:
Code:
Application.CommandBars("Editor").Enabled = False