The article at this link,
http://support.microsoft.com/default...b;en-us;555159, describes
"How to use a class (object) from outside of the VBA project in which it is
declared."

I need to do something similar, but not quite the same: I have a class
module in an Add-in (vba) file that contains application level events.
Rather than using an object as described in the article, I need to use the
application level events that are defined in a class module that is located
outside of the VBA project in which it is declared.

Since I have not actually defined a class, I'm not sure what to do in the
step where code is written to instantiate the 'foreign' object.

I have attached the add-in file, in case my question is not clear. This is a
little beyond my normal level of expertise, so I will appreciate any help
that may be offered.

Thanks,

Keith