Hi,
I'm struggling to select a range from B to the last column on a row. I have the below code but cant get it to work. I know this is simple but i just cant get it.
Thanks in advance
Blunder
I'm struggling to select a range from B to the last column on a row. I have the below code but cant get it to work. I know this is simple but i just cant get it.
Thanks in advance
Blunder
Code:
lc = Range("IV3").End(xlToLeft).Columns
r = ActiveCell.Row
Range("b" & r & ":" & lc & r).Select