Pls clarify how to call an Addin from another addin using VBA
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)
"Prabakar" wrote in message
...
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.
|