N
Nikolay Petrov
How can I return multiple values from a custom function?
TIA
TIA
* "Jay B. Harlow said:Please reread the original question, the OP wants to return multiple values,
you need to use ByRef to return multiple values. It doesn't matter what the
type of the parameter is, you need to use ByRef to return a value through
that parameter!
Remember we are talking returning objects/values, not modifying existing
objects.