» 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:
- Adventure Capitalist: The Ultimate Road Trip
- Who Moved My Cheese? An Amazing Way to Deal with Change in Your Work and in Your Life
- Microsoft Outlook 2002 for Dummies
- Business Analysis and Valuation: Using Financial Statements, Text and Cases
- The Intelligent Investor: The Classic Bestseller on Value Investing
- Marketing Plan: A Handbook with Marketing Plan
No comments have been submitted.

