L
Lucian Sitwell
The part of this macro with the SendKeys command doesn't work. If I switch
the order, then the SendKeys works, but then the spellcheck doesn't trigger.
i.e. only the first part of the macro works
Sub test2()
If Options.CheckGrammarWithSpelling = True Then
ActiveDocument.CheckGrammar
Else
ActiveDocument.CheckSpelling
End If
SendKeys "%3"
End Sub
Any help would be appreciated.
Lucian Sitwell
the order, then the SendKeys works, but then the spellcheck doesn't trigger.
i.e. only the first part of the macro works
Sub test2()
If Options.CheckGrammarWithSpelling = True Then
ActiveDocument.CheckGrammar
Else
ActiveDocument.CheckSpelling
End If
SendKeys "%3"
End Sub
Any help would be appreciated.
Lucian Sitwell