Automating Spellcheck and Grammarcheck from Excel

S

Steve

I have code set up to automate the Word spellcheck and grammarcheck from
Excel. I have it set up to open an instance of Word with CreateObject and do
not make the window visible in my code. However, when the
grammarcheck/spellcheck finds an error and the user makes a change with
grammar/spellcheck dialog box, Word shows as an active application on the
taskbar (if an error is found but the user does not make any changes, Word
stays hidden). I would like to make this as seemless of a process for the
user as possible and keep Word hidden completely. I moved the window off
screen with the .Move method, but Word still shows up on the taskbar as an
active app when the user uses the dialog box to change the text. Is there any
way to keep Word hidden even after the user makes changes in the dialog box?

Thanks

Steve
 

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