Russell Brown wrote on 12/3/09 at 20:35

>Office 06 on one machine and 08 on the other.
>
>Isn't it odd: how much effort we go to to avoid effort?
>
>I want to be able to do this so that I can be lazy!

ah, you want Applescript. You can waste days saving a few 
minutes on routine tasks.

Make the following into a script and save it in your Finder 
Scripts folder. Then select a Word file, and go to the script 
menu and select this script. It should work in all versions of Office.


--beginning of script
tell application "Finder" to open selection

tell application "Microsoft Word"
activate
print window 1
end tell
-- end of script





THe following script



on printing(doc)
tell application "Microsoft Word"
activate
print window 1
end tell
end printing

SHOULD create a droplet when you save it as an application but 
it doesn't seem to work here. Anyone know what I'm missing?

(It's ages since I saved something as a droplet, they have 
changed it or I have forgotten something).



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Sussex Mac User Group" group.
 To post to this group, send email to [email protected]
 To unsubscribe from this group, send email to [email protected]
 For more options, visit this group at 
http://groups.google.com/group/smug?hl=en-GB
-~----------~----~----~----~------~----~------~--~---

Reply via email to