Feb 7, 2003 #1 lynnchovie Technical User Joined Jun 21, 2002 Messages 2 Location US Is there a way to force word to perform an automatic spell check when a file is saved? We are using multiple versions of word varying from 97 to 2002.
Is there a way to force word to perform an automatic spell check when a file is saved? We are using multiple versions of word varying from 97 to 2002.
Feb 10, 2003 1 #2 xlhelp Instructor Joined Dec 7, 2001 Messages 2,976 Location CA You would have do this through a macro using DocumentBeforeSave method. To find out out more about creating macro for this, here is a link: http://www.mvps.org/word/FAQs/MacrosVBA/AppClassEvents.htm If you are not familiar with VBA, you will need to ask a programmer to do this for you. "Age is a high price to pay for maturity." Upvote 0 Downvote
You would have do this through a macro using DocumentBeforeSave method. To find out out more about creating macro for this, here is a link: http://www.mvps.org/word/FAQs/MacrosVBA/AppClassEvents.htm If you are not familiar with VBA, you will need to ask a programmer to do this for you. "Age is a high price to pay for maturity."