Yes:
http://www.cpearson.com/Excel/PassingAndReturningArrays.htm

Signature
Gary''s Student - gsnu200758
> hi
> if i declare array in a standard module
> are they be manipulated through subs?
Alan Beban - 25 Nov 2007 19:17 GMT
"Hemant_india" wrote:
> hi
> if i declare array in a standard module
[quoted text clipped - 4 lines]
>
> http://www.cpearson.com/Excel/PassingAndReturningArrays.htm
Or through Functions, as illustrated on the same site (and apparently
Property procedures, though no example is included on the site).
Alan Beban