Well, I dont even know how to use the code... Please refer to a page or
something where I can find the code with right instructions.
Cheers,
Filip
> The same code should work for both versions. If it doesn't, show the code you're using.
>
[quoted text clipped - 7 lines]
> > Cheers,
> > Filip
See http://www.outlookcode.com/d/vbabasics.htm for Outlook VBA basics. (You said you already had the code.)

Signature
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx
> Well, I dont even know how to use the code... Please refer to a page or
> something where I can find the code with right instructions.
[quoted text clipped - 3 lines]
>
>> The same code should work for both versions. If it doesn't, show the code you're using.
>>
>> > Hi!
[quoted text clipped - 6 lines]
>> > Cheers,
>> > Filip
Filip - 05 Sep 2006 02:51 GMT
Okay, I am not able to use to code. I now understand where to type it. I want
a code to change all Contacts to be "File As:" FIRST LAST in Outlook 2003.
As I open the VBA, what do I type in there??
I'm going crazy, help me =)
Thanks!
> See http://www.outlookcode.com/d/vbabasics.htm for Outlook VBA basics. (You said you already had the code.)
>
[quoted text clipped - 16 lines]
> >> > Cheers,
> >> > Filip
Sue Mosher [MVP-Outlook] - 05 Sep 2006 12:24 GMT
The sample procedure at http://www.outlookcode.com/d/code/convertfields.htm loops through all the contacts in a folder and changes the value of various fields field. The notes on that page discuss how to adapt the technique to change the FileAs value. In your case, you'd use:
objItem.FileAs = objItem.FirstName & " " & objItem.LastName

Signature
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx
> Okay, I am not able to use to code. I now understand where to type it. I want
> a code to change all Contacts to be "File As:" FIRST LAST in Outlook 2003.
[quoted text clipped - 24 lines]
>> >> > Cheers,
>> >> > Filip