Quick Printing

S

Sam L Elowitch

Here's how to print a single open document quickly while skipping the print
dialog box:

tell application "Microsoft Word"
do Visual Basic "ActiveDocument.PrintOut"
end tell

-Sam
 
D

Dayo Mitchell

Hi Sam,

Thanks for the info. If the document is open, can't you just use the
Print[Immediately] icon that's available in Word, if you have it on a
toolbar?

Dayo
 
S

Sam L Elowitch

Perhaps.
In that case, my little script isn't terribly innovative, is it? :)

Hi Sam,

Thanks for the info. If the document is open, can't you just use the
Print[Immediately] icon that's available in Word, if you have it on a
toolbar?

Dayo
 
Top