» Userdefined functions from other workbooks using VBA in Microsoft Excel
CATEGORY - Custom Functions , Printing in VBA
VERSION - All Microsoft Excel Versions
=OtherWorkbookName.xls!FunctionName(A1)
If you add a reference in the VBE (press Alt+F11 to open) to the other workbook with the UDF's,
you can reference the functions like this:
=FunctionName(A1)
If you make an addin out of your workbook with the UDF's, you can reference the functions
like this without creating any references (the add-in must be installed in order for the function to work):
=FunctionName(A1)
Book Store:
Recommended Books:
- Marketing Plans That Work, Targeting Growth and Profitability
- The 22 Immutable Laws of Marketing : Exposed and Explained by the World's Two
- Advanced modelling in finance using Excel and VBA
- Infectious Greed: How Deceit and Risk Corrupted the Financial Markets
- Excel 2002 For Dummies®
- How to Pay Zero Taxes (Annual)
No comments have been submitted.

