D
Dave
Hi All,
Hoping someone can help. I am trying to add a date and
note into the Notes section of a bunch of contacts (over
1000). I coded a macro that asks the user what they want
to add to notes and which Contact folder they want to do
this to. Problem is how to edit the notes to add these
lines in. The only thing I can find is how to read whats
in the notes. I have found out that the name for the
Notes section in Contact is actually called Body. I was
attempting to add the line using this line of code.
objContact.Body = strNotes where strNotes is a string
returned from an InputBox.
Anyone know how to do this?
Thanks in advance,
Dave
Hoping someone can help. I am trying to add a date and
note into the Notes section of a bunch of contacts (over
1000). I coded a macro that asks the user what they want
to add to notes and which Contact folder they want to do
this to. Problem is how to edit the notes to add these
lines in. The only thing I can find is how to read whats
in the notes. I have found out that the name for the
Notes section in Contact is actually called Body. I was
attempting to add the line using this line of code.
objContact.Body = strNotes where strNotes is a string
returned from an InputBox.
Anyone know how to do this?
Thanks in advance,
Dave