Public in its dll with VBA?  Which I am assuming is outlook_addin.dll.  I tried to do this in Outlook 2000 SP1:
 
Public Sub Collection()
    Dim oObj As Object
    Dim oCOMs as COMAddIns
    Set oObj = oCOMs.Item(4).Object ' I have 4 Addins
    MshBox oObj.DLLName.InelliSense ' Error
End Sub
 
I need to determine when the COM finishes so I can initiate my  RemoveNewMailIcon sub.  Thanks.
 
Phillip Krantz
_______________________________________________
[email protected]
http://mail.python.org/mailman/listinfo/spambayes
Check the FAQ before asking: http://spambayes.sf.net/faq.html

Reply via email to