How do I change "file as" format for all contacts in a folder?

P

Pete

I am running Outlook 2007. I have over 2000 contacts that I imported from ACT!.
I need the contacts to "file as" last name, first name (company).
How can I perform this without having to go through each contact manually?
Respectfully,
Pete
 
P

Pete

I ran the macro, but i need the contacts to view Last name, first name
(company).
the macro put all the contacts in first name, last name. how do i edit the
macro to perform the correct file as format?

Diane Poremsky said:
See http://slovaktech.com/code_samples.htm#FileAs for VBA code that will do
it faster.

--
Diane Poremsky [MVP - Outlook]



Outlook Tips by email:
(e-mail address removed)

EMO - a weekly newsletter about Outlook and Exchange:
(e-mail address removed)

You can access this newsgroup by visiting
http://www.microsoft.com/office/community/en-us/default.mspx or point your
newsreader to msnews.microsoft.com.


Pete said:
I am running Outlook 2007. I have over 2000 contacts that I imported from
ACT!.
I need the contacts to "file as" last name, first name (company).
How can I perform this without having to go through each contact manually?
Respectfully,
Pete
 
D

Diane Poremsky [MVP]

change the strFileAs line to this:
strFileAs = .FullNameAndCompany

You've changed the default file as in the tools, options, contacts already,
correct?

--
Diane Poremsky [MVP - Outlook]



Outlook Tips by email:
(e-mail address removed)

EMO - a weekly newsletter about Outlook and Exchange:
(e-mail address removed)

You can access this newsgroup by visiting
http://www.microsoft.com/office/community/en-us/default.mspx or point your
newsreader to msnews.microsoft.com.


Pete said:
I ran the macro, but i need the contacts to view Last name, first name
(company).
the macro put all the contacts in first name, last name. how do i edit the
macro to perform the correct file as format?

Diane Poremsky said:
See http://slovaktech.com/code_samples.htm#FileAs for VBA code that will
do
it faster.

--
Diane Poremsky [MVP - Outlook]



Outlook Tips by email:
(e-mail address removed)

EMO - a weekly newsletter about Outlook and Exchange:
(e-mail address removed)

You can access this newsgroup by visiting
http://www.microsoft.com/office/community/en-us/default.mspx or point
your
newsreader to msnews.microsoft.com.


Pete said:
I am running Outlook 2007. I have over 2000 contacts that I imported
from
ACT!.
I need the contacts to "file as" last name, first name (company).
How can I perform this without having to go through each contact
manually?
Respectfully,
Pete
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top