Mail Merge Error

irini

New member
Local time
Today, 18:54
Joined
Jun 17, 2003
Messages
9
I inherited a database from a contractor. The database includes a number of mail merges. One particular mail merge runs fine, but doesn't bring up the document even though the code contains wordapp.visible=true. If I try to run it again, I get an error message that I already have the word document open. Any ideas?
 
In this mail merge code, does it make it to the line:

wordapp.visible=true

Your description suggests that the document is getting created just not being made visible for the user to see it.

Place a break point on this line and in any Error Trap Code that is part of this routine and see what is happening.
 
Thanks! The wordapp.visible=true was inside an if statement so it was never getting to it. I added it outside the if statement.
 

Users who are viewing this thread

Back
Top Bottom