|
-
Nov 17th, 2000, 05:20 AM
#1
Thread Starter
New Member
hello,
does anyone knows how to forward a print-job for example by word 2000 to another printer?
Set app = New Word.Application
Set doc= app.Documents.Open "MyDocument1.doc"
app.ActivePrinter = "MyPrinter1"
doc.PrintOut
how do i forward the data that is send to MyPrinter1 to another printer "MyFax1" to add that print-job by word (MyPrinter1) to the print-job in MyFax1 that isn't send to the printer or fax etc. at that time?
any help would be appreciated ... thanx
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|