
VBA in Excel, about two XLA in Excel
Application.Run() method can be used to call a function in your addin.
Like:
Application.Run("MyXLAddin.xla!MySubInAddin")
You can pass parameters to the function too.
- Chirag
http://officerone.tripod.com/
Quote:
> I have made a xla, if a user who want to use my xla function, how can
he
> call my function?
> Thanks
> Ray