S
steveski
If I want to create many Long Integer variables (C1, C2, C3, etc.), i
there a shorthand method?
Something shorter than:
Dim c1 as long, c2 as long, c3 as long
Thank
there a shorthand method?
Something shorter than:
Dim c1 as long, c2 as long, c3 as long
Thank