global function

M

Mike Delinger

How i can make global function for all Excel opening books?
and call function in cells like this:
=my_function(params)
not like this:
=PERSONAL.XLS!my_function(params)
 
Top