V. Ik heb een functie geschreven in Excel die parameters aanneemt, maar ik zie die parameters niet verschijnen als ik die functie
A. Eenvoudig antwoord: het kan niet. Complex antwoord: het kan, maar het is ingewikkeld en niet gegarandeerd dat het werkt. Collega MVP Bill Manville antwoorde me in dat verband:
“You can set up a description via Excel > Tools > Macro > Macros > UDFName (type in as it won’t be in the list) > Options
or using Application.MacroOptions
There is a way to get descriptions of the function and its arguments into the function wizard, using Application.ExecuteExcel4Macro “REGISTER(…..)”
It’s a bit complicated to set up and has a limit of 255 characters on the total REGISTER function call string.
Rob Bovey, Stephen Bullen and John Green’s Professional Excel Development contains the gory details.”