Hi
all,
I'm trying to
extend the RMB popup menu in Excel to let the user easily select the project
she's working on. The construction of the (hierarchical) menu is written in a
Python COM server. This server is used by some VBA code in the paricular
workbook (a 'timesheet'), in the Workb
I need to receive events from a COM object, but using the same object
that's using it (!?), because I need to maintain some state about the
events.
Actually, after calling the Connect method from COM obj, it will fire
the onConnected event after the connection is done. I can call Login
method only