Add-Ins

  • Thread starter Thread starter Vyyk Drago
  • Start date Start date
V

Vyyk Drago

Hi,

Can anyone please shed some light on how add-ins work in
Outlook? In Excel, you can create VBA code in modules
and then save the attached workbook as an add-in you can
install using Tools -> Add-Ins and bowsing for the.xla
file. Is there an equivalent to this in Outlook, i.e.
can I save code I have written as an Add-in and then
install it for use in my Outlook session?

Thanks
Vyyk
 
Download the ItemsCB COM addin sample template in VB 6 for a best
practices sample COM addin for Outlook. It's on the Resources page at
www.microeye.com. It shows various workarounds for problems with
addins like the On_Disconnection event not firing if any Outlook
objects are instantiated and the user closes Outlook (otherwise
Outlook will hang).
 
Back
Top