R
Robert Medlitsch
Hi,
I want to automate my print jobs. It is a brochure in format A5 printed on
A4 in landscape format.
If I print manual I select the printer, select the pages (from 2 to 2) and
then select the number of copies (f.i. 10). After pressing OK there appears
a window asking me whether I want to print as a separate brochure (in my
german version: "Als separates Heft drucken"). I have to say NO to get the
desired result.
And that's the point: this No causes my problem with VBA. My code is:
ThisDocument.PrintOut 2, 2, , 10
and there is no parameter to tell "separate brochure = No" and therefore it
prints like I'd say "Yes"
Anybody knowing any undocumented parameter to solve this problem or another
solution?
Thanks
Bye
Robert Medlitsch
I want to automate my print jobs. It is a brochure in format A5 printed on
A4 in landscape format.
If I print manual I select the printer, select the pages (from 2 to 2) and
then select the number of copies (f.i. 10). After pressing OK there appears
a window asking me whether I want to print as a separate brochure (in my
german version: "Als separates Heft drucken"). I have to say NO to get the
desired result.
And that's the point: this No causes my problem with VBA. My code is:
ThisDocument.PrintOut 2, 2, , 10
and there is no parameter to tell "separate brochure = No" and therefore it
prints like I'd say "Yes"
Anybody knowing any undocumented parameter to solve this problem or another
solution?
Thanks
Bye
Robert Medlitsch