Hi there,
I built a custom function in vba.
When called from a cell in excel, I want the parameters to pop up to assist the user as they would for a built-in excel function.
Is there a way to do this?
Example of kind of function I'm talking about:
function test (hello as Integer) As variant
hello = hello *2
End Function
Thanks so much!
Jamie
I built a custom function in vba.
When called from a cell in excel, I want the parameters to pop up to assist the user as they would for a built-in excel function.
Is there a way to do this?
Example of kind of function I'm talking about:
function test (hello as Integer) As variant
hello = hello *2
End Function
Thanks so much!
Jamie