E
evanosky
Guest
If I label 30 objects date1, date2, etc.
Is there a way to refere to each date within a loop rather than say
date1 =
date2 =
maybe perhaps date* =
I have tried some things, but the biggest problem which presents itself is when I try using variables. I get type mismatch or it can't find what I am referring to. Any help would be appreciated.
Is there a way to refere to each date within a loop rather than say
date1 =
date2 =
maybe perhaps date* =
I have tried some things, but the biggest problem which presents itself is when I try using variables. I get type mismatch or it can't find what I am referring to. Any help would be appreciated.