![]() |
| 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. |
|
|||||||
| Tags: contacts, numbers, outlook, resetting, telephone |
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
Hi,
I have posted this in Outlook contacts, but someone suggested programming might be better so here goes. I have a public contacts folder set up in outlook 2000. Unfortunately the phone numbers were typed in the following format + 1 - 232 - 67890 (spaces and dashes as shown). We have now upgraded to outlook 2003 and now when we add new contacts the phone number format is set to +1 232 - 6789, even though we type in the format originally used (BTW the contacts form is moified which stops the numbers being underlined for some reason). The problem I have is that the 1300+ contacts that where already there need changing to match the new format. I have tried changing and reseting the Dialing properties to another country and back to UK, and exporting to PST file and re-importing, but no luck. Does anyone know how to automatically reset the existing phone numbers to the new format please. Thanks |
| Ads |
|
#2
|
|||
|
|||
|
Usually you would have to read each phone number field in each contact and
then rewrite that information back to the items, but that might not work in a custom contact form. -- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Professional Programming Outlook 2007. Reminder Manager, Extended Reminders, Attachment Options. http://www.slovaktech.com/products.htm "keviom" wrote in message ... Hi, I have posted this in Outlook contacts, but someone suggested programming might be better so here goes. I have a public contacts folder set up in outlook 2000. Unfortunately the phone numbers were typed in the following format + 1 - 232 - 67890 (spaces and dashes as shown). We have now upgraded to outlook 2003 and now when we add new contacts the phone number format is set to +1 232 - 6789, even though we type in the format originally used (BTW the contacts form is moified which stops the numbers being underlined for some reason). The problem I have is that the 1300+ contacts that where already there need changing to match the new format. I have tried changing and reseting the Dialing properties to another country and back to UK, and exporting to PST file and re-importing, but no luck. Does anyone know how to automatically reset the existing phone numbers to the new format please. Thanks |
|
#3
|
|||
|
|||
|
Thanks for the reply. I have ried this manually (copy the nuber delete the
original and paste back into the field, but with 1300 + contacts each with 2 or more phone numbers thats not a task I really want to do. I was wondering if there's a way to force the fields to reset themselves to the new defaults. Kevin "Ken Slovak - [MVP - Outlook]" wrote: Usually you would have to read each phone number field in each contact and then rewrite that information back to the items, but that might not work in a custom contact form. -- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Professional Programming Outlook 2007. Reminder Manager, Extended Reminders, Attachment Options. http://www.slovaktech.com/products.htm "keviom" wrote in message ... Hi, I have posted this in Outlook contacts, but someone suggested programming might be better so here goes. I have a public contacts folder set up in outlook 2000. Unfortunately the phone numbers were typed in the following format + 1 - 232 - 67890 (spaces and dashes as shown). We have now upgraded to outlook 2003 and now when we add new contacts the phone number format is set to +1 232 - 6789, even though we type in the format originally used (BTW the contacts form is moified which stops the numbers being underlined for some reason). The problem I have is that the 1300+ contacts that where already there need changing to match the new format. I have tried changing and reseting the Dialing properties to another country and back to UK, and exporting to PST file and re-importing, but no luck. Does anyone know how to automatically reset the existing phone numbers to the new format please. Thanks |
|
#4
|
|||
|
|||
|
You could try code that iterates the contacts folder items and reads each of
the 17 phone numbers per contact and then strips out all spaces and dashes and writes back the massaged number to that phone field. Then save each item. That should force Outlook to format each number. -- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Professional Programming Outlook 2007. Reminder Manager, Extended Reminders, Attachment Options. http://www.slovaktech.com/products.htm "keviom" wrote in message ... Thanks for the reply. I have ried this manually (copy the nuber delete the original and paste back into the field, but with 1300 + contacts each with 2 or more phone numbers thats not a task I really want to do. I was wondering if there's a way to force the fields to reset themselves to the new defaults. Kevin |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Contact Phone Numbers need resetting | keviom | Outlook - Using Contacts | 3 | June 17th 08 02:25 PM |
| Formatting Telephone Numbers | Susan_rw | Outlook - Using Contacts | 1 | February 25th 08 04:35 PM |
| I've lost the telephone numbers in Outlook contacts.Find? | Jim T | Outlook - Using Contacts | 1 | July 13th 07 09:23 PM |
| How do I get telephone numbers to autoformat in Outlook | consultant | Outlook - Using Contacts | 1 | July 31st 06 12:40 AM |
| HOW TO INPPUT TELEPHONE NUMBERS INTO OUTLOOK? | cgellner | Outlook - Using Contacts | 1 | May 21st 06 09:33 PM |