Best way to distribute VBA project

  • Thread starter Thread starter Maurice
  • Start date Start date
M

Maurice

Hi guys,

I programmed some functionality in Outlook 2003. My client wants to
distribute this in an easy way. Is it possible to distribute this easily or
do I need to make an add in out of it. I guess this has to be done via VSTO
right? If you know of any other way pls let me know.

What needs distributing: two modules and two userforms
Version: Outlook 2003
Windows XP

thanks in advance
 
To add to what Sue mentioned, you can use VSTO if you want or you can use a
managed code shared addin.
 
Back
Top