View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Gian Gian is offline
external usenet poster
 
Posts: 15
Default Passing Array to function

Hi All,

I have defined the following variables type:

Type XXX
Var1 as double
Var2 as double
End Type

Public XYZ(10) as XXX

How can I pass the array XYZ to a function?

Funcationname(XYZ ) doesn't seems like working

Thanks.

--
Gian