How to load single COM instance for multiple application instance
Posted
by Nimo
on Stack Overflow
See other posts from Stack Overflow
or by Nimo
Published on 2010-03-09T04:10:59Z
Indexed on
2010/03/09
4:51 UTC
Read the original article
Hit count: 435
Hi,
I'm creating a COM dll and it will be loaded by VBA. However, I noticed that for every excel instance (workbook), a new COM object is loading to memory. But I need to maintain single COM state irrespective of number of Excel instances exists.
Please help me achieve this purpose .
Thank you
© Stack Overflow or respective owner