jproj
Chemical
- Oct 9, 2001
- 324
I am trying to define the variables used in a custom function, but am not having much luck in figuring it out
Example (simplified of course):
Function test(a)
test = Excel.WorksheetFunction.RoundUp(a, 0.1)
End Function
Does anyone know how to add the definition of the selected variable (in this case "a"
under the data inputs of the function (when you call the function).
for example... when you call the function "ROUNDUP", it has variables of "Number" and "Num_Digits". For the definition of "Number" it gives it's definition as
"Number is any real number you want rounded up."
Any help is much appreciated!
jproj
Example (simplified of course):
Function test(a)
test = Excel.WorksheetFunction.RoundUp(a, 0.1)
End Function
Does anyone know how to add the definition of the selected variable (in this case "a"
for example... when you call the function "ROUNDUP", it has variables of "Number" and "Num_Digits". For the definition of "Number" it gives it's definition as
"Number is any real number you want rounded up."
Any help is much appreciated!
jproj