
Signature
Regards
Jonathan West - Word MVP
www.intelligentdocuments.co.uk
Please reply to the newsgroup
That makes sense, and I probably should have seen that. It leads to another
question though; can I simply add those bits of code to the existing macro
code? I created the macro, by the way, using the recorder; i.e.,
"file|print|properties|upper paper tray|OK|options|print hidden text|OK|OK"
for first copy, etc. for 2d copy.
I won't copy macro here, you probably know what it looks like, but in Visual
Basic it begins "Sub Print2 ()", and so on (I called it "Print2" because,
well, you know;
If I can simply add that code to the macro, can you tell me where, what
formatting applies, etc.?
TIA---David
> >I was probably unclear; I want to print two copies of the doc, 1 copy from
> > upper paper tray, second copy from lower paper tray; I do not need to
[quoted text clipped - 6 lines]
> your upper tray, print a copy, then specify both to be the lower tray, and
> print another copy.
David Rowell - 21 Apr 2007 22:30 GMT
After asking how, I went to
http://word.mvps.org/FAQs/MacrosVBA/SetPaperTray.htm and copied the code
there, pasted code into my macro and ran it, works great.
Thanks to all---David
snip
> If I can simply add that code to the macro, can you tell me where, what
> formatting applies, etc.?
[quoted text clipped - 11 lines]
> > your upper tray, print a copy, then specify both to be the lower tray, and
> > print another copy.