Add help to “No help available” Excel, VBA , User defined functions
问题 I was trying to add some help to my user-defined function(UDF) in Excel, written using VBA(Visual Basic for Applications). I know how to add a description.Any idea how I can add help at the blue link "Help on this function" and not have it lead to a MsgBox that reads "No help available" ? 回答1: You have to first create a help file. You can then use Application.MacroOptions to attach the help file to the function For example Application.MacroOptions Macro:="MyFunction", _ Category:="My Custom