A
Adrian
I have a system of several workbooks, each with their own
worksheets and projects.
How do I call a function from one VBA project that exists
in another workbook's project?
eg. in the Workbook named Data.xls there is a VBA project
which includes a function named Tinfo().
In the Workbook named Registrations.xls I'm writing
further VBA procedures and functions, and I want to use
the function Tinfo().
In a worksheet cell I would write =data.xls!tinfo()
What do I write in VBA?
worksheets and projects.
How do I call a function from one VBA project that exists
in another workbook's project?
eg. in the Workbook named Data.xls there is a VBA project
which includes a function named Tinfo().
In the Workbook named Registrations.xls I'm writing
further VBA procedures and functions, and I want to use
the function Tinfo().
In a worksheet cell I would write =data.xls!tinfo()
What do I write in VBA?