S
SOS
Hi all,
My question is:
If my range is A1
6 (but not always)
and the line of code
a = Range("A" & Rows.Count).End(xlUp).Row
returns that I have 6 rows, then why doesn't the line of code:
b = Range("1" & Columns.Count).End(xlToLeft).Column
return that I have 4 columns
Regards
Seamus
My question is:
If my range is A1
6 (but not always)and the line of code
a = Range("A" & Rows.Count).End(xlUp).Row
returns that I have 6 rows, then why doesn't the line of code:
b = Range("1" & Columns.Count).End(xlToLeft).Column
return that I have 4 columns
Regards
Seamus