OHM,
I prefer the shared variable in a Class (Cor's example) as well, as its
better "encapsulated". Other developers know that the array is coming from
that class, where as with a Module the array could be coming from any number
of modules.
I normally only use Modules for truly global functions, such as Math
functions. However even then sometimes I will make a class with only Shared
functions.
Jay
"One Handed Man [ OHM# ]" <OneHandedMan@&REMOVE&TO%MAIL%MEBTInternet.com>
wrote in message news:(E-Mail Removed)...
> PS:
>
> I prefer your method to create a Class rather than declaring an array in
the
> Module
>
>
> Cor wrote:
> > Hi Ken,
> >
> >> In addition to Cor's comments you need to make a public array in a
> >> module to make available through the project.
> >
> >
> > Sorry for trying correctiong you, but I think you did want to say
> >
> > In addition to Cor's comments you can also make a public array in a
> > module to make available through the project.
> >
> > If I dont post this the OP does maybe understand it wrong and does
> > both.
> >
> > :-)
> >
> > Cor
>
> Regards - OHM# (E-Mail Removed)
>
>