View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
SantaClaus SantaClaus is offline
external usenet poster
 
Posts: 6
Default Can I use a UDF in an array formula?

On 24 Apr, 12:39, "Charles Williams"
wrote:
Hi Santa,

You need to make your function return an array of the same size as the
InputRange:


Thanks a lot, that's very helpful!