Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Outlook / Contacts / September 2006

Tip: Looking for answers? Try searching our database.

Change File As Field for All Contacts

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Filip - 05 Sep 2006 00:34 GMT
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
Sue Mosher [MVP-Outlook] - 05 Sep 2006 00:41 GMT
The same code should work for both versions. If it doesn't, show the code you're using.

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
 

> Hi!
>
[quoted text clipped - 5 lines]
> Cheers,
> Filip
Filip - 05 Sep 2006 00:53 GMT
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
Sue Mosher [MVP-Outlook] - 05 Sep 2006 02:13 GMT
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
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2009 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.