Outlook Contacts Macro to Change Info

  • Thread starter Thread starter Jason
  • Start date Start date
J

Jason

I am trying to figure out how to create a macro that will cycle through my
contacts and remove the data in the title name field. Every contact's first
name is also repeated in the title field.
 
Use the GetDefaultFolder function to get the folder,then loop through its
Items collection, and change each ContactItem's title property, then call
Save.

--
Best regards
Michael Bauer - MVP Outlook

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



Am Thu, 13 Nov 2008 14:39:01 -0800 schrieb Jason:
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top