Two user-function questions:
1 I have a function I want to be able to use across a project in code (so I've got it declared as Public in a standard module), but I do NOT want it to be accessible from the spreadsheet "User Defined" functions list. I could re-cast the function as a Sub, but that would mean changing a bunch of other code that calls it, and it is neater to do it as a function anyway. So, does anybody know a way to bar a public function from the list of available UDFs?
2 When you call a function into a cell, using the drop-down list of available functions, the input screen gives a description of the function itself and the parameters. For a Used-Defined function, I know how to insert the general description, but I've not so far figured out how to insert the definitions of the parameters. Can somebody suggest a method please?
1 I have a function I want to be able to use across a project in code (so I've got it declared as Public in a standard module), but I do NOT want it to be accessible from the spreadsheet "User Defined" functions list. I could re-cast the function as a Sub, but that would mean changing a bunch of other code that calls it, and it is neater to do it as a function anyway. So, does anybody know a way to bar a public function from the list of available UDFs?
2 When you call a function into a cell, using the drop-down list of available functions, the input screen gives a description of the function itself and the parameters. For a Used-Defined function, I know how to insert the general description, but I've not so far figured out how to insert the definitions of the parameters. Can somebody suggest a method please?