A Microsoft Outlook email forum. Outlook Banter

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.

Go Back   Home » Outlook Banter forum » Microsoft Outlook Email Newsgroups » Outlook - Installation
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Contacts - Mass "File As" Change



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old January 26th 06, 02:16 PM posted to microsoft.public.outlook.installation
sjs
external usenet poster
 
Posts: 6
Default Contacts - Mass "File As" Change

I export my Outlook Contacts to my cell phone, when a call comes in the
caller id displays the company and not the caller's name. This is because of
the way I have my Contacts filed. Currently I have all my Outlook contacts
filed as Company (Full Name).

Since I have hundreds of Contacts I'd like to change the way all of my
contacts are filed in one action as opposed to changing them individually.

Any ideas?

tks,
steve
Ads
  #2  
Old January 26th 06, 02:33 PM posted to microsoft.public.outlook.installation
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default Contacts - Mass "File As" Change

You can do this with VBA code. See http://www.outlookcode.com/d/code/convertfields.htm, which is an example of how to loop through all the contacts in a folder and change some properties. The property you'd want to change is FileAs. If, for example, you wanted to change it to First Last (Company), you'd need a code statement like this:

objItem.FileAs = objItem.FirstName & " " & Item.LastName & vbCrLf & Item.CompanyName

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


"sjs" wrote in message ...
I export my Outlook Contacts to my cell phone, when a call comes in the
caller id displays the company and not the caller's name. This is because of
the way I have my Contacts filed. Currently I have all my Outlook contacts
filed as Company (Full Name).

Since I have hundreds of Contacts I'd like to change the way all of my
contacts are filed in one action as opposed to changing them individually.

Any ideas?

tks,
steve

  #3  
Old January 26th 06, 03:24 PM posted to microsoft.public.outlook.installation
sjs
external usenet poster
 
Posts: 6
Default Contacts - Mass "File As" Change

Wow, since I've never played w/VBA code it seems like a complex way to make a
change. I would think there would be a configuration setting w/in Outlook
that would allow for a global change...

Thanks for your help!
steve

"Sue Mosher [MVP-Outlook]" wrote:

You can do this with VBA code. See http://www.outlookcode.com/d/code/convertfields.htm, which is an example of how to loop through all the contacts in a folder and change some properties. The property you'd want to change is FileAs. If, for example, you wanted to change it to First Last (Company), you'd need a code statement like this:

objItem.FileAs = objItem.FirstName & " " & Item.LastName & vbCrLf & Item.CompanyName

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


"sjs" wrote in message ...
I export my Outlook Contacts to my cell phone, when a call comes in the
caller id displays the company and not the caller's name. This is because of
the way I have my Contacts filed. Currently I have all my Outlook contacts
filed as Company (Full Name).

Since I have hundreds of Contacts I'd like to change the way all of my
contacts are filed in one action as opposed to changing them individually.

Any ideas?

tks,
steve


  #4  
Old January 26th 06, 04:47 PM posted to microsoft.public.outlook.installation
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default Contacts - Mass "File As" Change

Nope. You're changing the actual *data* stored for each item, not the configuration. It takes more than a setting to do that.

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


"sjs" wrote in message ...
Wow, since I've never played w/VBA code it seems like a complex way to make a
change. I would think there would be a configuration setting w/in Outlook
that would allow for a global change...

Thanks for your help!
steve

"Sue Mosher [MVP-Outlook]" wrote:

You can do this with VBA code. See http://www.outlookcode.com/d/code/convertfields.htm, which is an example of how to loop through all the contacts in a folder and change some properties. The property you'd want to change is FileAs. If, for example, you wanted to change it to First Last (Company), you'd need a code statement like this:

objItem.FileAs = objItem.FirstName & " " & Item.LastName & vbCrLf & Item.CompanyName

"sjs" wrote in message ...
I export my Outlook Contacts to my cell phone, when a call comes in the
caller id displays the company and not the caller's name. This is because of
the way I have my Contacts filed. Currently I have all my Outlook contacts
filed as Company (Full Name).

Since I have hundreds of Contacts I'd like to change the way all of my
contacts are filed in one action as opposed to changing them individually.

Any ideas?

tks,
steve


 




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Only when i forward emails with attachements "550 relaying mail to" [domain] "is not allowed" Alchemy Outlook - General Queries 4 March 8th 06 11:47 PM
Only global contactlist, outlook/"my own contacts" doesn't show up? [email protected] Outlook - General Queries 1 January 26th 06 02:39 PM
How do I change or add an "Entry Types" in journal entrys MGS Outlook - General Queries 2 January 22nd 06 12:14 AM
Import HTML: Where is "Insert text from file" option in Outlook 20 luxuria Outlook - General Queries 1 January 18th 06 10:16 AM
upgrading a "secondary" PST file to Outlook 2003 format I live on Quicken and Outlook Outlook - General Queries 1 January 10th 06 02:31 PM


All times are GMT +1. The time now is 11:51 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2025 Outlook Banter.
The comments are property of their posters.