The instructions are all there. You can often cut and paste code samples.

Signature
Russ Valentine
[MVP-Outlook]
I was follow the instruction to copy & paste on my Outlook VBA but it seem
doesn't work at all, below is the steps that i did:
1. copy the the codes as following to ThisOutlookSession session module in
Outlook VBA.
"Private Sub Application_ItemSend(ByVal Item As Object, _
Cancel As Boolean)
Item.Categories = ""
If Item.Class = olMail Then
Call AddRecipToContacts(Item)
End If
End Sub"
2. copy the other 2 procedures to Class Modules (class1) and save. Am I did
any mistake on coopy & paste? pls. advice. thanks
> The instructions are all there. You can often cut and paste code samples.
> >I was go thru the link that you given but I still not understand how to add
[quoted text clipped - 13 lines]
> >> > have
> >> > the auto put people in my address book feature, so what should I do?
Russ Valentine [MVP-Outlook] - 28 Jan 2005 09:59 GMT
You need to ask in a programming group.

Signature
Russ Valentine
[MVP-Outlook]
>I was follow the instruction to copy & paste on my Outlook VBA but it seem
> doesn't work at all, below is the steps that i did:
[quoted text clipped - 34 lines]
>> >> > have
>> >> > the auto put people in my address book feature, so what should I do?
Sue Mosher [MVP-Outlook] - 28 Jan 2005 13:44 GMT
Did you check your macro security -- Tools | Macro | Security?

Signature
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx
>I was follow the instruction to copy & paste on my Outlook VBA but it seem
> doesn't work at all, below is the steps that i did:
[quoted text clipped - 34 lines]
>> >> > have
>> >> > the auto put people in my address book feature, so what should I do?