K
Kyle Burns
I'm helping a friend transition to a new iBook running OS10 from her old
iMac running OS9. One of the few issues remaining is address labels. She
was using an AppleScript that would print address labels based on the
selected entries in her address book. This script requires Akua Sweets,
which I cannot get to load on her OS10 box (I keep getting a message about
needing "classic" loaded).
Our first attempt to get around this was to use the MailMerge feature of
Word X, but it doesn't meet her needs because the MailMerge seems to only
account for a contact being in a single category and the Export Entourage X
script uses delimiters that MailMerge doesn't recognize, so we're back to
square one. I'm a proficient programmer on the PC platform, but have not
done any programming for Mac. My thought is that I need a script to do the
following:
1. Delete a certain file if it already exists
2. Create an empty file
3. Write each selected contact (with delimiters that can be recognized by
MailMerge) out to the file
4. Kick off Word opening a new document based on a template with the
MailMerge set to read the desired file
Can anybody help get me there or give a better suggestion?
iMac running OS9. One of the few issues remaining is address labels. She
was using an AppleScript that would print address labels based on the
selected entries in her address book. This script requires Akua Sweets,
which I cannot get to load on her OS10 box (I keep getting a message about
needing "classic" loaded).
Our first attempt to get around this was to use the MailMerge feature of
Word X, but it doesn't meet her needs because the MailMerge seems to only
account for a contact being in a single category and the Export Entourage X
script uses delimiters that MailMerge doesn't recognize, so we're back to
square one. I'm a proficient programmer on the PC platform, but have not
done any programming for Mac. My thought is that I need a script to do the
following:
1. Delete a certain file if it already exists
2. Create an empty file
3. Write each selected contact (with delimiters that can be recognized by
MailMerge) out to the file
4. Kick off Word opening a new document based on a template with the
MailMerge set to read the desired file
Can anybody help get me there or give a better suggestion?