![]() |
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
|
|||
|
|||
![]()
The default contact form's telephone number fields format the numbers as
(xxx) xxx-xxxx. I want them to be formatted as xxx.xxx.xxxx How do I make this happen...? -- Clint Johnson Homewood, IL |
Ads |
#2
|
|||
|
|||
![]()
Outlook provides no built-in way to alter the autoformatting of a phone number field. You would need to write VBA code, an add-in, or code behind a custom form to run either when the item is saved (Item.Write event) or as each property changes (Item.PropertyChange event) in order to (a) prefix the phone number with some character (in order to bypass the built-in formatting) and (b) parse the number to make your other formatting change -- all of this for the 16 phone number fields.
-- Sue Mosher, Outlook MVP Author of Microsoft Outlook 2007 Programming: Jumpstart for Power Users and Administrators http://www.outlookcode.com/article.aspx?id=54 "clintjjohnson" wrote in message ... The default contact form's telephone number fields format the numbers as (xxx) xxx-xxxx. I want them to be formatted as xxx.xxx.xxxx How do I make this happen...? -- Clint Johnson Homewood, IL |
#3
|
|||
|
|||
![]()
I hear what you are saying, but how can you explain two Outlooks in my office one of which formats numbers as +1 (212) 555-1212 and the other as (212) 555-1212?
It doesn't make any sense. I did not install anything to do it outright, is there a way to check for some code? |
#4
|
|||
|
|||
![]()
It may make more sense if you look at both users' settings in the Dialing Options dialog. From any contact, click the Call command to open the New Call dialog, then click Dialing Options. You should see a check box for "Automatically add country/region code to local phone numbers."
-- Sue Mosher, Outlook MVP Author of Microsoft Outlook 2007 Programming: Jumpstart for Power Users and Administrators http://www.outlookcode.com/article.aspx?id=54 "Geoffrey Gordon" wrote in message ... I hear what you are saying, but how can you explain two Outlooks in my office one of which formats numbers as +1 (212) 555-1212 and the other as (212) 555-1212? It doesn't make any sense. I did not install anything to do it outright, is there a way to check for some code? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Auto Formatting telephone number fields in Outlook | letisia | Outlook - Using Contacts | 6 | March 6th 08 07:06 PM |
Auto Formatting telephone number fields | Shoe | Outlook - Using Contacts | 1 | February 24th 08 03:31 AM |
How do I turn ON "auto-formatting" for telephone numbers? | MikeShon | Outlook - Using Contacts | 6 | May 30th 07 02:20 PM |
Outlook should let me configure telephone number formatting. | KC | Outlook - Using Contacts | 3 | February 2nd 06 04:35 PM |
Correct international telephone number formatting | homeLAN | Outlook - Using Contacts | 1 | January 10th 06 07:48 PM |