N
nectar
Hello;
I've noticed a bug in Word 2003.
E.g.
I create a bookmark region called "HELLOWORLD" which has some spelling
errors.
(I also include spelling errors before and after this bookmark region)
The following simple macro works as expected in all versions of Word
before 2003.
Only what is in the bookmark "HELLOWORD" is checked.
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?
I've noticed a bug in Word 2003.
E.g.
I create a bookmark region called "HELLOWORLD" which has some spelling
errors.
(I also include spelling errors before and after this bookmark region)
The following simple macro works as expected in all versions of Word
before 2003.
Only what is in the bookmark "HELLOWORD" is checked.
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?