C
Cliff
I have had errors using variables to refer to ranges in a worksheet, specifically within FOR loops.
What types of variables are the indx and rnge as described in the reference below...
Worksheets(indx).range(rnge)
I have been using either variants (which should work for any type??) and integer and string
respectively however I get type mismatch errors with those last types.
Thanks,
Cliff
What types of variables are the indx and rnge as described in the reference below...
Worksheets(indx).range(rnge)
I have been using either variants (which should work for any type??) and integer and string
respectively however I get type mismatch errors with those last types.
Thanks,
Cliff