Change telephone number in Contacts

  • Thread starter Thread starter Catalin
  • Start date Start date
C

Catalin

Hi everybody,

I am using OL2003 and I would like to modify all my contacts' telephone
number by adding country area code, city code, removing the blanks, etc.

I could do it in Access by exporting and importing again but I wonder if
there is any possibility perform it in OL.

I know how to refer to a contactitem but i do not know how to change them
all.
Is there any "For each " statement or "do while " loop which can refer to
every item separately and than to change the phone property?

Thanks in advance and regards,
 
Yes, qou can do a For Each loop on a folder's Items collection (or use any
other statement like Do Loop, etc.). If you don't want to perform the same
action to all of the items, you could use the Filter or restrict function.

BTW: For programming issues please post to
microsoft.public.outlook.program_vba

--
Best regards
Michael Bauer - MVP Outlook

: VBOffice Reporter for Data Analysis & Reporting
: Outlook Categories? Category Manager Is Your Tool
: <http://www.vboffice.net/product.html?pub=6&lang=en>


Am Mon, 29 Sep 2008 06:53:01 -0700 schrieb Catalin:
 
Back
Top