D
Don
Is there a way to return concatenated variables from a VBA UDF?
Best I can see is that you can return concatenated strings, but I don't see
a way to return concatenated variables.
I suppose I could change the variable to a string using the Str function,
but I need to convert back to do subsequent math operations.
Don
Best I can see is that you can return concatenated strings, but I don't see
a way to return concatenated variables.
I suppose I could change the variable to a string using the Str function,
but I need to convert back to do subsequent math operations.
Don