<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META content="MSHTML 5.50.4933.1800" name=GENERATOR></HEAD>
<BODY>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><SPAN class=961354716-02102006><FONT face=Arial size=2>Public in its dll
with VBA? Which I am assuming is outlook_addin.dll. I tried to do
this in Outlook 2000 SP1:</FONT></SPAN></DIV>
<DIV><SPAN class=961354716-02102006><FONT face=Arial
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=961354716-02102006><FONT face=Arial size=2>Public Sub
Collection()</FONT></SPAN></DIV>
<DIV><SPAN class=961354716-02102006><FONT face=Arial size=2>
Dim oObj As Object</FONT></SPAN></DIV>
<DIV><SPAN class=961354716-02102006> <FONT face=Arial
size=2>Dim oCOMs as COMAddIns</FONT></SPAN></DIV>
<DIV><SPAN class=961354716-02102006> <FONT face=Arial
size=2>Set oObj = oCOMs.Item(4).Object ' I have 4 Addins</FONT></SPAN></DIV>
<DIV><SPAN class=961354716-02102006> <FONT face=Arial
size=2>MshBox oObj.DLLName.InelliSense ' Error</FONT></SPAN></DIV>
<DIV><SPAN class=961354716-02102006><FONT face=Arial size=2>End
Sub</FONT></SPAN></DIV>
<DIV><SPAN class=961354716-02102006><FONT face=Arial
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=961354716-02102006><FONT face=Arial size=2>I need to determine
when the COM finishes so I can initiate my RemoveNewMailIcon sub.
Thanks.</FONT></SPAN></DIV>
<DIV><SPAN class=961354716-02102006><FONT face=Arial
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=961354716-02102006><FONT face=Arial size=2>Phillip
Krantz</FONT></SPAN></DIV></BODY></HTML>