Hi,
I would like to set the Word application not to check spelling and grammar
while my program update a file automatically. How can I achieve this goal?
Thanks
|
|
0
|
|
|
|
Reply
|
Utf
|
5/15/2010 6:05:01 AM |
|
To prevent Word from checking the spelling and grammar, use the following
command
ActiveDocument.Range.NoProofing = True
--
Hope this helps.
Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.
Doug Robbins - Word MVP, originally posted via msnews.microsoft.com
"mjlaali" <mjlaali@discussions.microsoft.com> wrote in message
news:E3EDE3C0-6171-4D8D-85FB-C3AE3E1F6CA7@microsoft.com...
> Hi,
>
> I would like to set the Word application not to check spelling and grammar
> while my program update a file automatically. How can I achieve this goal?
>
> Thanks
|
|
0
|
|
|
|
Reply
|
Doug
|
5/15/2010 7:28:24 AM
|
|