Dumb newbie Q re. passing cell addresses to a UDF.
P.S.:
It turns out that my problem was that I was not using syntax "Set".
In copying each value of ParamArray to a Range var, I was merely using
"=", and execution simply went into limbo on that line.
"Set" makes it work.
Thanks again.
***
|