On 11/20/02 5:23 PM, "Allen Watson" <[EMAIL PROTECTED]> wrote:
> Lazy, are we? Well, so am I; that's why I learned AppleScript. Try creating > that "Template" contact (in my example below the contact's Last name is > "Template" and first name is blank), and then compile this script in Script > Editor, store in Entourage Script Menu Items folder. To give it a keyboard > shortcut, append a suffix as described in Help under "Script Menu". For > example, Cmd-Option-C, name the script "New contact from Template\moC". > > Here is the script: > > tell application "Microsoft Entourage" > set newC to duplicate contact "Template" > open newC > end tell Not so much lazy, I just got spoiled by the old 'Organizer'. Entourage is good but could still 'learn a lot'. I'll try out the above. -- William Lane Calgary Canada Via Mac OSX iChat - williamlane -- To unsubscribe: <mailto:[EMAIL PROTECTED]> archives: <http://www.mail-archive.com/entourage-talk%40lists.letterrip.com/> old-archive: <http://www.mail-archive.com/entourage-talk%40lists.boingo.com/>
