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
 

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