Printing 2-up duplex in Word (without VBA?) (Was: Scripting Excel: How to find values in cells of kind date)
Printing 2-up duplex in Word (without VBA?) (Was: Scripting Excel: How to find values in cells of kind date)
- Subject: Printing 2-up duplex in Word (without VBA?) (Was: Scripting Excel: How to find values in cells of kind date)
- From: Nathan Bailey <email@hidden>
- Date: Tue, 18 Sep 2007 08:47:42 +1000
Paul Berkowitz wrote:
... when
AppleScript in 2004 and 2008 can do just about everything that VBA can do.
How can you do "print pages 1-4 of the current document in 2-up duplex"
in AppleScript, without VBA?
I know I can print pp1-4 with:
do Visual Basic " ActiveDocument.PrintOut Range:=wdPrintFromTo,
From:=\"1\", To:=\"4\""
and I know that VBA has "SetDuplex 3" for duplex long-binding and
"PrintZoomColumn:=2" for printing two pages on one, but I haven't found
anything equivalent for doing it in plain AppleScript.
Any help gratefully received :-)
thanks,
Nathan
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden