When writing a custom function to use in excel using VBA, how do I write documentation comments so that excel automatically displays when the formula is autocompleted?
For example, when we start typing VLookUp, it shows what Vlookup does as a hint, shows the names of input variables, and if we press Insert Function from the ribbon, a dialog box appears with a clear explanation of the function ... How can we achieve this when writing custom functions in VBA?
vba excel-vba excel
Ashok Mar 12 '11 at 11:10 2011-03-12 11:10
source share