Shortcut to Recheck Spelling and Grammar in Document

I know Recheck Document is buried in File>Options>Proofing and it takes 6 clicks to Recheck a document for spelling and grammar.

 

I know I can go through the Review Ribbon>Spelling and Grammar, but that is 6 clicks as well.

 

I could not find anything under All Commands in either Ribbon or QAT. That doesn't it it isn't there!

 

I did find under Keyboard ToolsSpellingRecheckDocument and I asigned an unasigned key sequence to it, but it rechecked only spelling, not grammar.

 

In editing I use this frequently and would like to find a quicker way than 6 clicks.

 

I successfully recorded a macro assigned to a QAT button, so I have that function now, however, is there a better way?

 

Thanks in advance,

Bob

 

 

Answer
Answer
This might work better:

Sub RecheckSpelling_And_Grammar()
 Application.ResetIgnoreAll
 ActiveDocument.SpellingChecked = False
 ActiveDocument.GrammarChecked = False
 Dialogs(wdDialogToolsSpellingAndGrammar).Show
 End Sub
Greg Maxey
***
Death smiles at us all, but all a man can do is smile back.


For more help with Word visit:
http://gregmaxey.com/word_tips.html

1 person found this reply helpful

·

Was this reply helpful?

Sorry this didn't help.

Great! Thanks for your feedback.

How satisfied are you with this reply?

Thanks for your feedback, it helps us improve the site.

How satisfied are you with this reply?

Thanks for your feedback.

 
 

Question Info


Last updated April 22, 2024 Views 839 Applies to: