C
Clayman
I would like to declare a multi-dimensional array with different types, such
as:
dim array(200,4) where (x,1)=Long, (x,2)=String, (x,3)=Date, (x,4)=Date
Can this be done or should I leave it as Variant? After reading Mr.
Pearson's page (http://www.cpearson.com/excel/variables.htm) regarding
variables I'm hesitant to leave it...
as:
dim array(200,4) where (x,1)=Long, (x,2)=String, (x,3)=Date, (x,4)=Date
Can this be done or should I leave it as Variant? After reading Mr.
Pearson's page (http://www.cpearson.com/excel/variables.htm) regarding
variables I'm hesitant to leave it...