S
Simon
Hi All,
Office 97 & Windows 97
Question: Is there a way to prevent an excel data source
from automatically closing when you close the
corresponding mail merge document?
I've set up 2 mail merge documents(called Ltr.doc &
Stat.doc) that both use data from the same excel data
source(Data.xls)
I've set up a macro to merge the documents it basically
works as follows:
1) Open Ltr.doc
2) Merge Ltr.doc to the printer
3) Close Ltr.doc
4) Open Stat.doc
5) Merge Stat.doc to a new document
6) Save the resulting new document
7) Close Stat.doc
The problem is that when Ltr.doc is closed (Step 3) it
automatically closes Data.xls. Then when Stat.doc is
opened it reopens Data.xls (step 4), this slows down
execution.
Finally when Stat.doc is closed (step 7) it prompts me
with a "Do you want to save your changes to Data.xls?"
message (this is caused by automatic functions such as
=TODAY() updating themselves when Data.xls is reopened)
Thanks in advance
Simon
Office 97 & Windows 97
Question: Is there a way to prevent an excel data source
from automatically closing when you close the
corresponding mail merge document?
I've set up 2 mail merge documents(called Ltr.doc &
Stat.doc) that both use data from the same excel data
source(Data.xls)
I've set up a macro to merge the documents it basically
works as follows:
1) Open Ltr.doc
2) Merge Ltr.doc to the printer
3) Close Ltr.doc
4) Open Stat.doc
5) Merge Stat.doc to a new document
6) Save the resulting new document
7) Close Stat.doc
The problem is that when Ltr.doc is closed (Step 3) it
automatically closes Data.xls. Then when Stat.doc is
opened it reopens Data.xls (step 4), this slows down
execution.
Finally when Stat.doc is closed (step 7) it prompts me
with a "Do you want to save your changes to Data.xls?"
message (this is caused by automatic functions such as
=TODAY() updating themselves when Data.xls is reopened)
Thanks in advance
Simon