View Single Post
  #8   Report Post  
Posted to microsoft.public.excel.programming
Bob Phillips[_6_] Bob Phillips[_6_] is offline
external usenet poster
 
Posts: 11,272
Default 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.