View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
SunTzuComm SunTzuComm is offline
external usenet poster
 
Posts: 30
Default 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