![]() |
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
![]()
Hi!
I use Outlook 2003. Is there a code to run in order to change the "File As" fields for ALL contacts? I found a code for 2002 but not for 2003. I want it to change the appearence in the Address Book as well! Cheers, Filip |
#2
|
|||
|
|||
![]()
The same code should work for both versions. If it doesn't, show the code you're using.
-- 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 "Filip" wrote in message ... Hi! I use Outlook 2003. Is there a code to run in order to change the "File As" fields for ALL contacts? I found a code for 2002 but not for 2003. I want it to change the appearence in the Address Book as well! Cheers, Filip |
#3
|
|||
|
|||
![]()
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 "Sue Mosher [MVP-Outlook]" wrote: The same code should work for both versions. If it doesn't, show the code you're using. -- 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 "Filip" wrote in message ... Hi! I use Outlook 2003. Is there a code to run in order to change the "File As" fields for ALL contacts? I found a code for 2002 but not for 2003. I want it to change the appearence in the Address Book as well! Cheers, Filip |
#4
|
|||
|
|||
![]()
See http://www.outlookcode.com/d/vbabasics.htm for Outlook VBA basics. (You said you already had the code.)
-- 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 "Filip" wrote in message ... 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 "Sue Mosher [MVP-Outlook]" wrote: The same code should work for both versions. If it doesn't, show the code you're using. "Filip" wrote in message ... Hi! I use Outlook 2003. Is there a code to run in order to change the "File As" fields for ALL contacts? I found a code for 2002 but not for 2003. I want it to change the appearence in the Address Book as well! Cheers, Filip |
#5
|
|||
|
|||
![]()
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! "Sue Mosher [MVP-Outlook]" wrote: See http://www.outlookcode.com/d/vbabasics.htm for Outlook VBA basics. (You said you already had the code.) -- 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 "Filip" wrote in message ... 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 "Sue Mosher [MVP-Outlook]" wrote: The same code should work for both versions. If it doesn't, show the code you're using. "Filip" wrote in message ... Hi! I use Outlook 2003. Is there a code to run in order to change the "File As" fields for ALL contacts? I found a code for 2002 but not for 2003. I want it to change the appearence in the Address Book as well! Cheers, Filip |
#6
|
|||
|
|||
![]()
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 -- 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 "Filip" wrote in message ... 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! "Sue Mosher [MVP-Outlook]" wrote: See http://www.outlookcode.com/d/vbabasics.htm for Outlook VBA basics. (You said you already had the code.) "Filip" wrote in message ... 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 "Sue Mosher [MVP-Outlook]" wrote: The same code should work for both versions. If it doesn't, show the code you're using. "Filip" wrote in message ... Hi! I use Outlook 2003. Is there a code to run in order to change the "File As" fields for ALL contacts? I found a code for 2002 but not for 2003. I want it to change the appearence in the Address Book as well! Cheers, Filip |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Outlook Contacts File as field blank | [email protected] | Outlook - Using Contacts | 6 | July 26th 06 10:16 PM |
Sort the contacts list by the FILE AS field | icecool | Outlook - Using Contacts | 1 | July 4th 06 11:51 AM |
Change one field in all contacts... | Carmen Gauvin-O'Donnell | Outlook - Using Contacts | 1 | May 23rd 06 06:38 AM |
Change multiple entries in the "Department" field of my Contacts | Armor | Outlook - Using Contacts | 1 | March 21st 06 07:52 PM |
how do you change the email address field for all contacts? | Mike Bailey | Outlook - Using Contacts | 1 | January 10th 06 12:15 PM |