View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Nicolas[_3_] Nicolas[_3_] is offline
external usenet poster
 
Posts: 4
Default Functions with multiple inputs?

I couldn't make a function with a matrix as input. My idea is to write a
macro (a function in VBA for Excel) witch reeds a matrix (of variable size)
and develops a number. The problem is that I can't find the way to write the
function with multiple inputs (like the function SUM(A1:A5) )

Does anyone knows how to do that?

Nicholas