Can VBA function be used to return value
Hello,
Can a VBA function be used to return a value, such as in C? I would
like a function to do the following:
output_value = function_name(input_value)
Can someone please send me a brief example of this?
thanks
|