VBA in Excel, about two XLA in Excel 
Author Message
 VBA in Excel, about two XLA in Excel

I have made a xla, if a user who want to use my xla function, how can he
call my function?
Thanks

Ray



Sun, 12 Dec 2004 09:45:34 GMT  
 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



Sun, 12 Dec 2004 13:26:48 GMT  
 VBA in Excel, about two XLA in Excel
Thank you very much.
And I found other solution, [ProjectName].ModuleName.FunctionName



Quote:
> 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/



> > I have made a xla, if a user who want to use my xla function, how can
> he
> > call my function?
> > Thanks

> > Ray



Mon, 13 Dec 2004 09:27:22 GMT  
 
 [ 3 post ] 

 Relevant Pages 

1. Outlook VBA - open Excel, read in two fields, send email with these, close excel

2. Converting Excel XLA file to XLS file using VBA

3. Windows EXCEL VBA / MAC EXCEL VBA compatibility issues

4. Excel 97 VBA vs Excel 2000 VBA

5. Access-Excel Interoperability: Switching between two Application windows via automation (VBA)

6. Two Excel VBA Questions

7. Comparing two lists with code (VBA) Excel 5.0/7.0

8. Excel xla

9. COM add-in for Excel (maintaining .XLA funcitonality)

10. How to call an Excel macro (contained in a xla ) having parameters using DDE

11. Using atpvbaen.xla with Excel

12. Help script to remove an excel xla

 

 
Powered by phpBB® Forum Software