How to generate an early-bound COM object in VS2013
COM
1
Posts
1
Posters
4
Views
1
Watching
-
I have created a COM object in VS2013. I can call it from VBA late-bound. I want to be able to call it early-bound. However, the COM object name shows twice in the reference list. Likt this: [books icon] COMName [object icon] COMName If I try to early bind I get a compile error: Expected user-defined type, not project How can I get around this? Thanks, Crew