T
TazCoder
Hello.
As part of a large macro I am writing one of the functions calls the
spell checker, and grammar checker.
ie.
Function CheckGrSpell()
With Application.ActiveDocument.Content
.CheckGrammar
.CheckSpelling
End With
End Function
Is there anyway to set up the grammar checker so that all of the
options it can check for are enabled? I have been looking for more
info but can't find anything. I know for instance there are 10
different readability statistics and you can enable specific ones, but
I'm not sure if it is the same with the grammar check. Any help would
be great.
TazCoder
As part of a large macro I am writing one of the functions calls the
spell checker, and grammar checker.
ie.
Function CheckGrSpell()
With Application.ActiveDocument.Content
.CheckGrammar
.CheckSpelling
End With
End Function
Is there anyway to set up the grammar checker so that all of the
options it can check for are enabled? I have been looking for more
info but can't find anything. I know for instance there are 10
different readability statistics and you can enable specific ones, but
I'm not sure if it is the same with the grammar check. Any help would
be great.
TazCoder