Pls clarify how to call an Addin from another addin using VBA

G

Guest

I Need to call an addin from another addin and also I need to pass arguments
to that addin. Is it possible. If so pls give me suggestions.
 
B

Bob Phillips

Do you mean a macro within the addin? That would be


.... with parameters

Application.Run "myAddin.xla!test_msgbox", 4, 8


--
HTH

Bob Phillips

(remove nothere from email address if mailing direct)
 

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