On 2/13/05 2:53 AM, in article
[email protected], "
[email protected]"
Well, there is, but it takes a bit of effort on your part. It certainly is a
shame that Entourage 2004 - which now includes nickname, company, email
address, or instant message address (in that order of priority) for contacts
which do not have a last or first name in the Name column - still does not
sort these with the others. To make sure it does, always copy the Company of
contacts which have no other name into the Last Name field. To take care of
your existing contacts of this type, run this script:
tell application "Microsoft Entourage"
set compContacts to every contact whose name = "" and company , ""
repeat with compContact in compContacts
tell compContact to set last name to (get company)
end repeat
display dialog "All done!"
end tell
--
Paul Berkowitz
MVP MacOffice
Entourage FAQ Page: <
http://www.entourage.mvps.org/faq/index.html>
AppleScripts for Entourage: <
http://macscripter.net/scriptbuilders/>
Please "Reply To Newsgroup" to reply to this message. Emails will be
ignored.
PLEASE always state which version of Microsoft Office you are using -
**2004**, X or 2001. It's often impossible to answer your questions
otherwise.