Range of Cells

  • Thread starter Thread starter OrlaLynch
  • Start date Start date
O

OrlaLynch

I have a macro adding a row. I need to copy this to the row above it. My
problem is I don't know how to refer to the row above it when it will change
row number all the time as rows will be added constantly.How would I do this?
 
With ActiveCell

.EntireRow.Copy .Offset(-1, 1 - .Column)
End With


--
---
HTH

Bob


(there's no email, no snail mail, but somewhere should be gmail in my addy)
 
That worked perfectly, thank you, I've been trying to figure this out for a
long time!thats great!
 

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