Forum Discussion
addon_yuan
Aug 23, 2023Copper Contributor
How to add comments to custom functions in excel just like the comments of Excel built-in functions?
I want to add comments to my custom functions in excel just like the comments of Excel built-in functions, how can I do it?
2 Replies
If you mean a custom VBA function (UDF), see Add Description To A Custom VBA Function
- mathetesSilver Contributor
I'm not sure you can do it "just like the comments of Excel built-in functions" BUT if you're using LAMBDA to name your custom functions, there is a way to add comments at one of the stages of development, and that can be used to explain how to use the function. The hyperlink in the preceding use of the word LAMBDA takes you to a resource that explains it. This image is from that page, where you can see the "comment" box