VBA code should be almost 100% compatible with VB 6 code. The main
differences are that VBA gives you the Application object and in VB you'd
need to instantiate one (or more precisely use the trusted Application
object passed in the On_Connection event). Any forms you created in VBA
would use VBA UserForms, in VB they'd use VB forms.
I recommend that you download the ItemsCB Outlook COM addin template as the
skeleton for your addin (www.microeye.com, on the Resources page), it
provides a framework for you plus workarounds
for many common COM addin problems. You also should review the information
at http://www.outlookcode.com/d/comaddins.htm.

Signature
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Absolute Beginner's Guide to Microsoft Office Outlook 2003
Reminder Manager, Extended Reminders, Attachment Options
http://www.slovaktech.com/products.htm
> Hi all,
> I have a code (with custom form) that i want to deploy in my org.
[quoted text clipped - 5 lines]
> b) What are the basic stepes in creating a add in in VB6?
> Thanks a lot in advance