How to run macro from an exe?

G

Greg Lovern

I have an .xla add-in that instantiates a COM server exe. That part
works fine, but I want to have the COM server EXE run a macro in
the .xla add-in. Any suggestions on how best to do that?

If I define an object in a class module in the .xla add-in, can the
exe instantiate it? I assume it won't be registered, so CreateObject
wouldn't work.


Thanks,

Greg
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top