To change the default File As format used for new contacts, go to
Tools, Options, Contacts options.
Outlook's Contact's offer a number of File As formats and
this format can be used for the contact's name display in the
Address Book. However changing the File As format on a large
number of contact's is time consuming when you can the contacts
one by one. You can do it using VBA or a utility (listed below).
The file as format options are shown in the screenshot. The
VBA code sample supports all 5 formats and works with Outlook
2000, 2002, 2003, 2007.
Along with changing the File As order, you can change
the order Outlook assumes you use when you enter the name. This
setting determines how the names populate the dialog when you
press the Full name button. If the name order is wrong in FileAs
("Mary, Smith" when using last, first format), check this
setting. If you choose Last First format you don't need to
use a comma to separate the names when you enter them and First
Last1 Last2 correctly puts the name in the middle position into
the last name field, not the middle name field. Outlook will
detect names separated by commas as Last, First format,
regardless of the Fullname format setting.
VBA Sample
The following code sample supports all 5 File As formats
available in Outlook. Press Alt+F11 to open the VBA editor then copy
and paste into ThisOutlookSession. Uncomment the strFileAs line that
uses the format you desire before running it. (Uncomment the line by
removing the apostrophe from in front of the strFileAs = [name_format]
command you wish to use.)
This code was tested with Outlook 2000, 2002, 2003, and 2007.
Change only the 'subject' field used by the Address book
Use the
Outlook File As Order custom form
to change just the display in the Address book, from Last name
first, to First name first or use the File As entry.
Notes:
Form must be published to work.
This method will not change the actual sort order in the
Contacts folder or format used on the File As field.
Will return an error if there are distribution lists in the
Contacts folder.
This has the same options as you'll find in Tools, E-mail Accounts,
View or change existing Address books, Outlook Address book
properties, but also adds Last name first option and full File
As format, including the Company name.
Works on any contact folder - select the folder before
clicking one of the buttons on the form. Leave the form open and
select another folder to use it on additional folders.
ContactGenie Toolkit - 28 functions for Outlook 2000-2010 enabling changes to individual standard and custom fields; standardization for Message Class, CompanyName, FileAs, EmailDisplayAs, Fullname, and other fields; contact and NK2 info export; export contacts to CSV file; global changes for CompanyName, Company Address, Email and Web addresses. Preview/override any pending changes. Add Birthday/Anniversary/user-defined dates to default calendar. Personal Distribution Group management functions and more.