How to set a range of cells

  • Thread starter Thread starter G Lam
  • Start date Start date
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top