
Excel 97/2000: making custom functions (in a hidden workbook) available to all open workbooks
I have a hidden workbook that contains many custom functions in several
standard code modules. This hidden workbook is opened at runtime by an AddIn
(also created by me). I need these custom functions to be accessible
(call-able) from within any of the currently open workbooks in the same way
that the 'personal.xls' macro 'workbook' is accessible by all other
workbooks.
Does anyone know how this can be easily done? I want to avoid dynamically
creating a reference to my hidden workbook in all of the other workbooks if
possible.
Thanks in advance
Toby Chittenden