I want to add a new "file as:" type. How?

J

Jason

Is there a way to add a new file as format? For some of the vendors that I
work with, I like to file them by their company, but I hate the Last, First
format.

I'd like to file them as:

Company Name (First Last)

But it's not an option. Is there a way to create it?

Thanks.
 
D

Diane Poremsky [MVP]

You can try - see http://www.slipstick.com/contacts/file-as.htm - use
..CompanyName & "(" & .Fullname & ")" format. Note that if one of the
fields isn't present you'll end up with brackets regardless.

--
Diane Poremsky [MVP - Outlook]



Outlook Tips by email:
mailto:[email protected]

EMO - a weekly newsletter about Outlook and Exchange:
mailto:[email protected]

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.
 
K

Karl Timmermans

Just for the sake of accuracy - using <FullName> would result in the Title,
MiddleName, and Suffix also being included (if present). If only the First &
Last Name are desired - the format should be .CompanyName & "(" & .FirstName
& " " & .LastName & ")".

Karl

___________________________________________________
Karl Timmermans - The Claxton Group
ContactGenie - Importer 1.3 / DataPorter 2.0 / Exporter
"Power contact importers/exporters for MS Outlook '2000/2007"
http://www.contactgenie.com




Diane Poremsky said:
You can try - see http://www.slipstick.com/contacts/file-as.htm - use
.CompanyName & "(" & .Fullname & ")" format. Note that if one of the
fields isn't present you'll end up with brackets regardless.

--
Diane Poremsky [MVP - Outlook]



Outlook Tips by email:
mailto:[email protected]

EMO - a weekly newsletter about Outlook and Exchange:
mailto:[email protected]

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.


Jason said:
Is there a way to add a new file as format? For some of the vendors that
I
work with, I like to file them by their company, but I hate the Last,
First
format.

I'd like to file them as:

Company Name (First Last)

But it's not an option. Is there a way to create it?

Thanks.
 

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