Quote Originally Posted by sheeeng
The most you can do is set the following to true or false.

[VBA] Application.Visible = True [/VBA]
This would work but you have to make very sure to include a good error handler to take care of the application object when a unexpected error occurs.

Invisible instances of Word could cause problems..