I run spell check using VBA. I want to prevent the user from closing spell check. I have searched and searched but no luck!
The closest I have got is using an If statement with Dialogs(wdDialogToolsSpellingAndGrammar).CommandBarId but I can't get any further, and can find nothing on Google for Dialogs(wdDialogToolsSpellingAndGrammar).CommandBarId
Thanks in advance.