File As

  • Thread starter Thread starter Nick C
  • Start date Start date
N

Nick C

Is there a way to change File As to read First Name Last Name. I know that
I can make the change for NEW contacts. But is there a way to make the
change to all the contacts that I already have without doing each one
manually
 
Hello Nick,

this field you can`t change in outlook without programming. If you can
VBA you can export the contacts to excel and then modify them. After
that you import them to outlook again. Or if you are familiar with the
outlook object model you can use outlook vba of course.

If you understand a little bit German you can use the free tool
"ChangeSaveAs" (download from my homepage).

Peter
 
I exported all my contacts to an Excel File. Then deleted them from the
Outlook Contacts folder (which is now empty)
Now how could I manipulate Outlook so that when I import the Excel file back
into Outlook the contacts would be imported so that File As would appear as
FirstName LastName.

Please tell me what changes I have to make to the Excel file or to Outlook
to do this


Peter Marchert said:
Hello Nick,

this field you can`t change in outlook without programming. If you can
VBA you can export the contacts to excel and then modify them. After
that you import them to outlook again. Or if you are familiar with the
outlook object model you can use outlook vba of course.

If you understand a little bit German you can use the free tool
"ChangeSaveAs" (download from my homepage).

Peter

--
Peter Marchert
[EDV-Service Marchert]
Homepage: http://www.marchert.de
Excel- und Outlookprogrammierung

Nick said:
Is there a way to change File As to read First Name Last Name. I know
that
I can make the change for NEW contacts. But is there a way to make the
change to all the contacts that I already have without doing each one
manually
 
http://support.microsoft.com/kb/291144/en-us

--
Milly Staples [MVP - Outlook]

Post all replies to the group to keep the discussion intact. All
unsolicited mail sent to my personal account will be deleted without
reading.

After furious head scratching, Nick C asked:

| Is there a way to change File As to read First Name Last Name. I
| know that I can make the change for NEW contacts. But is there a way
| to make the change to all the contacts that I already have without
| doing each one manually
 
Back
Top