How to set a range of cells

G

G Lam

Hi,
I recorded a macro and changed it as follow:

Range("B4").Select
Selection.End(xlDown).Offset(0, 1).Select

If I want to set a range from the last selected cell to B4, how should I go
on with the above?
Thank you.
GL
 
Top