Forum Discussion
mikhanx1
Jan 21, 2022Copper Contributor
Description of Excel VBA function
Hi, Can anyone please tell me how can we assign description to excel VBA function? For example when we type Average it shows it's description as shown in figure below. I want to do the same with my ...
HansVogelaar
Jan 21, 2022MVP
Not exactly what you asked, but:
Let's say you create a UDF named MyFunc
Type =MyFunc( and then press Ctrl+Shift+A.
Result:
You can double-click an argument and then enter something or point to a range.