I’m writing a couple of user defined functions in my personal.xsl file. One thing I’ve noticed a while back - udf’s don’t get those helper tags when used within a spreadsheet. Is there a way to do that?
For example, if I wanted to use a function like this:
Public Function area(length As Integer, width As Integer)
' do stuff
End Function
it would be awfully nice if the expected parameters would appear as you type =area in a cell.
Probably is a simple answer (and I suspect it’s a simple “no”), but I do find that VBA has a way of making answers to simple questions very hard to find online…