Range.CheckSpelling Bug in Word 2003

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?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top