R
Ron
I have an automated merge process that creates many
separate word documents. Flexible paragraphs from another
database are added to individual documents using the magic
of VBA. This requirement eliminates the ability to merge
all documents into a single output. Each of the
individual documents needs to be printed to a network
printer. The printer is not dedicated to this task and
other print requests end up interspersed in the print.
In VBA is there a way to keep all of my print together?
Can I open a spool, loop through printing all documents,
close the spool? I also thought that I could create and
append to a PRN file, but I have not found out how to
automate sending the PRN to a network printer.
I am using Word 2000 9.0 on Windows 2000
separate word documents. Flexible paragraphs from another
database are added to individual documents using the magic
of VBA. This requirement eliminates the ability to merge
all documents into a single output. Each of the
individual documents needs to be printed to a network
printer. The printer is not dedicated to this task and
other print requests end up interspersed in the print.
In VBA is there a way to keep all of my print together?
Can I open a spool, loop through printing all documents,
close the spool? I also thought that I could create and
append to a PRN file, but I have not found out how to
automate sending the PRN to a network printer.
I am using Word 2000 9.0 on Windows 2000