i really dont understand anymore
For an application, I want the letters to be printed from one papertray and the labels from another. The letters and labels are both being made in MS Word.
The problem is that the only way I have found to be able to print from another tray than the standard is by using Dim pd As New PrintDocument, but that uses a textStream and in that way I cannot use the Word Document i just made.
On the other hand I can print the word document with oDoc.PrintOut, but than i dont know how to use another papertray :|
is there any way to combine these or is there another approach?
Hope i am being clear to you all and than someone can please help me with this.
Tnx
Rhesa
For an application, I want the letters to be printed from one papertray and the labels from another. The letters and labels are both being made in MS Word.
The problem is that the only way I have found to be able to print from another tray than the standard is by using Dim pd As New PrintDocument, but that uses a textStream and in that way I cannot use the Word Document i just made.
On the other hand I can print the word document with oDoc.PrintOut, but than i dont know how to use another papertray :|
is there any way to combine these or is there another approach?
Hope i am being clear to you all and than someone can please help me with this.
Tnx
Rhesa
Last edited by a moderator: