Range.CheckSpelling Bug in Word 2003?

N

nectar

The following simple macro works as expected in all versions of Word before
2003.
Only what is in the bookmark "HELLOWORD" is check.

Sub TestMe
ActiveDocument.Bookmarks("HELLOWORLD").Range.CheckSpelling
End Sub

With Word 2003 everything after the range is also checked.
Has this been reported?
Is there a fix planned?
 
Top