» 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:
- Not-for-Profit Accounting Made Easy
- Microsoft PowerPoint Version 2002 Step by Step
- Accounting and Financial Fundamentals for Nonfinancial Executives
- Real Estate Finance and Investments (Real Estate Finance and Investments, 11th Ed)
- Microsoft Office Xp: Advanced Concepts and Techniques: Word 2002, Excel 2002, Access 2002, Powerpoint 2002
- Keys to Reading an Annual Report (Barron's Business Keys)
No comments have been submitted.

