View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] baobob@my-deja.com is offline
external usenet poster
 
Posts: 100
Default 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.

***