Hello, When you type a function and press CTRL + SHIFT + A, you get a completion in Excel for the rest of the arguments.
For example, try to type, =SUM(, then press CTRL + SHIFT + A, and you will get the following:
=sum(number1,number2,...)
My question is: how do you retrieve this signature from either VBA or a XLL, such as you can implement either your own function wizard or a macro to help input the data faster.
Anthony