M
MDC
I am having trouble selecting a range. I want to select a
range beginnign with Column A and ending with the Last
column used. (there are some rows with no data, so i
couldn't simply use .End(xltoright))
Here is what i have:
Set rng = Range("IV" & lngRow & "").End(xlToLeft)
rng.Select
Range("A" & lngRow & "").Select
I can't seem to figure out how to combine the 2 last
statements to get what I am looking for.
Thanks,
MDC
range beginnign with Column A and ending with the Last
column used. (there are some rows with no data, so i
couldn't simply use .End(xltoright))
Here is what i have:
Set rng = Range("IV" & lngRow & "").End(xlToLeft)
rng.Select
Range("A" & lngRow & "").Select
I can't seem to figure out how to combine the 2 last
statements to get what I am looking for.
Thanks,
MDC