I have created an .xlam file that contains 7 UDFs. In the ThisWorkbook I have assigned 5 of the 7 functions in to a custom UDF category using code like this
Application.MacroOptions Macro:="myfunction", Category:="Custom Functions", _
Description:="Custom Function #1"
There are 2...