View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
JM[_4_] JM[_4_] is offline
external usenet poster
 
Posts: 1
Default Calling Excel array functions in VBA

Is it possible to call an Excel array function in VBA?

For instance, in a worksheet, one can execute
{=SMALL(A1:10,{1,2,3})}

Can a similar call be made in a VBA module? If so, what
is the syntax and how is the result returned?