Need help setting a range
I'm trying to set a range where the row range is:
"A2:A" & lstRow ' where lstRow = Range("A" & Rows.Count).End(xlUp).Row
and the columns range is the odd numbered columns in A:BC.
Do I need to use Intersect? I'm stumped!
Thanks in advance!
|