MH> The 2 lines below will do what you require but you need to
MH> do something in between because when you delete the row you
MH> lose the copied data.
MH> ActiveCell.EntireRow.Copy
MH> 'Do something with the copied data i.e paste it somewhere
MH> else ActiveCell.EntireRow.Delete
MH> Mike
MH> "GKW in GA" wrote:
??>> I would like to create a macro that will copy the row of
??>> the cell that the cursor is currently in and delete that
??>> row.
The number of modifications that are available in VBA for
ActiveCell is amazing to me. Can you (or anyone else) suggest a
good book with a reasonably complete list of functions,
prefererably one that also teaches VBA for Excel?
James Silverton
Potomac, Maryland
E-mail, with obvious alterations:
not.jim.silverton.at.verizon.not
Thanks, that looks like a good bet. I've used his "Excel 2002
formulas" for a long time; so much so that I have the PDF
version on disk.
James Silverton
Potomac, Maryland
E-mail, with obvious alterations:
not.jim.silverton.at.verizon.not
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.