View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
r r is offline
external usenet poster
 
Posts: 125
Default Array/Literal notation

Function UDDF_Array(ParamArray v())
UDDF_Array = v
End Function

regards
r

Il mio ultimo lavoro ...
http://excelvba.altervista.org/blog/...ternative.html


"AA2e72E" wrote:

Is there an Excel function that will convert

a=array(1,2,3)

to {1,2,3}

?