# Characters In Contact "Notes" Field

G

Guest

It appears that something like 1028 to 4096 characters are accepted in the
Notes field for a given contact. Why is it then, that on File.Exporting the
contact list, only 255 characters appear in the Notes field? (Better yet,
how to export them all?)

My particular application is that I want to add the same text string to all
my contacts' Notes fields, and thought I could do this easily in Excel and
then re-import. Unfortunately the export process is losing data big time!

Any suggestions from knowledgeable MVPs? Thanks in advance!

-- Paul
 
S

Sue Mosher [MVP-Outlook]

That's all that exports. If you want to append a string to every contact, you'll need to write a little VBA routine to modify the Body property. The sample at http://www.outlookcode.com/d/code/convertfields.htm shows how to modify items in a contacts folder.

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003

and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 

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

Top