View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
T. Valko T. Valko is offline
external usenet poster
 
Posts: 15,768
Default Custom Functions Available for all Workbooks

You have to include the name of the file that contains the function...

=PERSONAL.XLSB!Your_Function_Here()

--
Biff
Microsoft Excel MVP


"Diego Miranda" <Diego wrote in message
...
I have created some customized functions no the PERSONAL.XLSB file but I
cannot use them in any other workbook i use. I have plenty macros on this
PERSONAL file and they all work well everywhere, but i dont see to find
how
to make the functions work in the same way.

Is it possible to do this?

Thank you.