» Userdefined functions from other workbooks using VBA in Microsoft Excel
CATEGORY - Custom Functions , Printing in VBA
VERSION - All Microsoft Excel Versions
You can use a userdefined worksheet function (UDF) from another workbook like this:=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:
- Windows XP for Dummies
- Your First Business Plan: A Simple Question and Answer Format Designed to Help You Write Your Own Plan (3rd Ed)
- Special Edition Using Microsoft Excel 2002
- Microsoft Outlook Version 2002 Step by Step (With CD-ROM)
- MP Managerial Accounting w/ Topic Tackler, Net Tutor, & PowerWeb
- Excel 2002 For Dummies®
No comments have been submitted.

