View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Hershmab Hershmab is offline
external usenet poster
 
Posts: 35
Default Where to place UDF modules for general use

I want to create UDFs that I can use in any of my applications just like
ordinary Excel worksheet functions. I have found that if I place the
module(s) in Personal.xls I have to prefix the function name by that workbook
name.

Is there somewhere else to put them so that I can use the bare function name
in any formulae?