Ah, yes. Mr. Pearson always has good information. I need to visit his site
more often.
Thanks for the link. That's a good habit to get into.
--
Adios,
Clay Harryman
"Jim Thomlinson" wrote:
> Check out this link...
>
> http://www.cpearson.com/excel/variables.htm
> --
> HTH...
>
> Jim Thomlinson
>
>
> "Clayman" wrote:
>
> > Jim and Charlie (and anyone else who desires to chime in)
> >
> > While we're on the subject of declaring variables, is it possible to declare
> > a group of variables as a certain type?
> >
> > I've tried:
> > DIM a, b, c As String
> > but that only declares "c" as String type. I'm assuming "a" and "b" are both
> > variants.
> >
> > I'm trying to avoid entering:
> > DIM a As String, b As String, c As String
> >
> > Thanks!
> > --
> > Adios,
> > Clay Harryman
> >