Thread: Printing order
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Jim[_57_] Jim[_57_] is offline
external usenet poster
 
Posts: 6
Default Printing order

Hello again,

I have a macro (really in Word) that opens and parses information from
other documents then prints out a summary. It will print out one of 2
types of summary and then the document. The problem is that it will always
print out the first summary a few documents late, and this gets buried in
between subsequent documents/summaries. Sometimes, the other summary-
document pairs get mixed up as well, but not as often.

I refrence the documents by name to open/print/ close etc, ( which is a
pain at times) and am thinking about assigning a document object to cover
this - will this help?

Is there a way to tell the macro to wait until the document has gone to the
printer before processing futher - or could it be a problem in the network
printer queue ( and if so, what do I do).

Thanks,

Jim