VB code to cycle through contacts and modify record

  • Thread starter Thread starter David Diskin
  • Start date Start date
D

David Diskin

Hey all,

I'm trying to run a simple VB routine that will open up each Contact record, modify the File As field, and write it back.

I have some experience with VB in Excel and know how to do similar tasks in Excel, but I can't figure out how to do this in VB.

Any guidance?

Thanks.

-David Diskin
Lodi, CA
 
See if the sample at http://www.outlookcode.com/d/code/convertfields.htm
helps. FYI, there is a newsgroup specifically for general Outlook
programming issues "down the hall" at microsoft.public.outlook.program_vba


--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers



Hey all,

I'm trying to run a simple VB routine that will open up each Contact record,
modify the File As field, and write it back.

I have some experience with VB in Excel and know how to do similar tasks in
Excel, but I can't figure out how to do this in VB.

Any guidance?

Thanks.

-David Diskin
Lodi, CA
 
Thanks! That just might do the trick.

And, I'll hit up the program_vba group next time. ;)

-David Diskin
Lodi, CA


See if the sample at http://www.outlookcode.com/d/code/convertfields.htm
helps. FYI, there is a newsgroup specifically for general Outlook
programming issues "down the hall" at microsoft.public.outlook.program_vba


--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers



Hey all,

I'm trying to run a simple VB routine that will open up each Contact record,
modify the File As field, and write it back.

I have some experience with VB in Excel and know how to do similar tasks in
Excel, but I can't figure out how to do this in VB.

Any guidance?

Thanks.

-David Diskin
Lodi, CA
 
Back
Top