I have developed a document management system that interfaces into Word using VB's object library. The user can select 1 or more documents to print, but the problem I have is that each document is sent to the printer as a separate job. This becomes a problem on some printers, as they have a maximum number of jobs that they can have in the queue. Is there a way that I can combine all selected .doc's into one single print job to send to the printer ?