I've created (copied from thread68-603752) a UDF and want to make it more "universal".
When I create it in a module for a workbook, I can reference it using:
=ShowFormula(G13)
If I put it in a module in the personal.xls I have to reference it using:
=Personal.xls!Module5.ShowFormula(G13)
I put it in the personal.xls module because that is where I've put other macros that I wanted to use for all my new workbooks. (I could be way off base and the help file has been of no help)
I want to be able to use the formula without the Personal.xls!Module5. Is this possible?
Mike
When I create it in a module for a workbook, I can reference it using:
=ShowFormula(G13)
If I put it in a module in the personal.xls I have to reference it using:
=Personal.xls!Module5.ShowFormula(G13)
I put it in the personal.xls module because that is where I've put other macros that I wanted to use for all my new workbooks. (I could be way off base and the help file has been of no help)
I want to be able to use the formula without the Personal.xls!Module5. Is this possible?
Mike