How to select output bin when printing from Word Macro...

R

Rarius

I have a collection of Word macros that control the printing of documents.
These allow me to automatically print from several input bins. An example
option is to print one copy on headed paper and two copies on plain paper.
This is all simple enough I just print three copies and change the
..PageSetup.FirstPageTray and .PageSetup.OtherPageTray values...

My problem is that the printer, a Kyocera FS7000+ now has a 9 tray output
sorter and I need to be able to programatically choose which output bin the
documents go into... I have spent hour trawling the web, MSDN, help, etc.
looking for clues as to how to do this, but no luck.

HELP!

Many thanks in advance!

Phil

PS. I'd be very grateful if you could reply to my email address too
 
L

Lutz Gentkow

Sorry Phil,

you are right! For KYOCERA printers use the PRESCRIBE commands, see in
your manual. For the output trays it´s something like

!R! SSTK[tray, tray, ...]; EXIT;

Greetings from Germany

Lutz, MVP Word/VBA
 
H

Hallampeel

Phil

I saw your posting about MS macros to auto select printing input tray
from MS word

I would dearly love to see them
 
H

Hallampeel

Phil

What I am trying to do is to set up printing one copy of a multi page
doc from tray one then a second copy of the same multi page doc from
tray two-any ideas
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top