Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Newsgroup Archive
Excel Newsgroups
Excel Programming
Macro to copy and paste row
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
Reply to thread
Message
[QUOTE="Don Guillett, post: 6364319"] One way Sub copyrowdown() mr = ActiveCell.Row With Cells(ActiveCell.Row, "b") .Resize(1, 16).Copy .Resize(1).Insert shift:=xlDown .Offset(, 4).Resize(1, 2).Value = _ .Offset(, 4).Resize(1, 2).Value End With Application.CutCopyMode = False End Sub [/QUOTE]
Verification
Post reply
Forums
Archive
Newsgroup Archive
Excel Newsgroups
Excel Programming
Macro to copy and paste row
Top