I have to select 4 columns till the last cell that has a value. I start selecting at cell B4 and have to select C4,D4 and E4 but only till the last used cell.
I tried using this but is not working...Any suggestions?
Set sh = Sheets("IMPORTS")
n = Range("b65536").End(xlUp).Row
sh.Range("B4:E4" & n).Select
THANK YOU,
Navya
I tried using this but is not working...Any suggestions?
Set sh = Sheets("IMPORTS")
n = Range("b65536").End(xlUp).Row
sh.Range("B4:E4" & n).Select
THANK YOU,
Navya