View Single Post
  #2  
Old September 11th 07, 02:59 PM posted to microsoft.public.outlook.program_addins
Ken Slovak - [MVP - Outlook]
external usenet poster
 
Posts: 5,848
Default How to make add-in

You can't deploy a VBA module as a COM addin. You will need to re-write your
code in a language such as managed or unmanaged VB, C#, Delphi, C++ or some
other language. Take a look at the information on COM addins at
www.outlookcode.com.

--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Professional Programming Outlook 2007
Reminder Manager, Extended Reminders, Attachment Options
http://www.slovaktech.com/products.htm


"KAKA" wrote in message
...
I had write the script in outlook VBA as a module.
1. I want it run in timing, bu I don't know the way.

2. Now I want to make it as a set up or Dll to deploy it to domain users.

So could you please show me a way?
Thanks.


Ads