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
dialog box:
tell application "Microsoft Word"
do Visual Basic "ActiveDocument.PrintOut"
end tell
-Sam