Thread
:
Calling a function in another project from within a cell formula
View Single Post
#
2
Posted to microsoft.public.excel.programming
SunTzuComm
external usenet poster
Posts: 30
Calling a function in another project from within a cell formula
Hi, Ellis!
Try coding the formula like this:
=personal.xls!your_function(some_parameter)
The personal.xls workbook must be open for this to work.
Regards,
Wes
Reply With Quote
SunTzuComm
View Public Profile
Find all posts by SunTzuComm