View Single Post
  #4  
Old August 21st 06, 08:37 PM posted to microsoft.public.outlook.contacts,microsoft.public.outlook.program_vba
stef
external usenet poster
 
Posts: 83
Default displaying international format phone numbers

Eric Legault [MVP - Outlook] wrote:
Try the Format function. In your case, it might look like this:

strX = Format(objC.BusinessTelephoneNumber, "+1 (@@@) @@@-@@@@")
objC.BusinessTelephoneNumber = strX

Eric,
that's sounds good. thanks.
however, i only need to run this in ONE Contacts subfolder called ABC
(for example).
how do I run the code on that folder only?
Ads