Using OLE Word Spellcheck
For years have called Word with OLE to run spell check on a text box. It opened Word, highlighted misspellings, user clicks change for each, and it closed Word - perfect.
With Office 365, same code opens Word, highlights misspellings, user clicks change, the change is made on screen fine. But now user is left with Word open. Try to close it and user prompted to save the docx - not good at all.
I am calling checkspelling method of the activedocument object as I always have. Many thanks for any and all ideas on getting this to behave as it always has.
|