That is perfect. Exactly what I need.
Thank you!
> Better yet, you can use classes, and then instantiate them.
> The specifics are a little different than VB6, but the basics are the
> same.
>
> Cheap and easy way.
> Go to the VBA editor, and insert a class module. Add some variables with
> Public scope (warning, this is NOT good OOP, but okay for starters).
>
> If all you are doing is creating, effectively, a structure, you don't need
> too much coaching, but for more detail, I would look here
>
> http://msdn2.microsoft.com/en-us/library/aa164936(office.10).aspx
>
> among other places.
> HTH
> -BDN
>
> ________________________________
>
> From: helpwithvb%40yahoogroups.com">helpwithvb
yahoogroups.com on behalf of Tim Rupp
> Sent: Wed 10/24/2007 2:56 PM
> To: helpwithvb%40yahoogroups.com">helpwithvb
yahoogroups.com
> Subject: Re: [helpwithvb] VBA and Structures
>
>
>
> You can use collections in VBA...
>
> /tr
>
>
>
> On 10/24/07, Tim Lewis < twlewis%40softhome.net">twlewis
softhome.net <mailto: twlewis%40softhome.net">twlewis
softhome.net>
> > wrote:
>
> Simple question:
> Does VBA have structures, or do you have to use a multidimensional array?
>
> If so, can I get a $2.00 example?
>
> Thank you!
> Tim
>
>
>
>
>
>
>
>
.