ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   How do I insert a row below the active row? (https://www.excelbanter.com/excel-programming/316391-how-do-i-insert-row-below-active-row.html)

M. Higginbottom

How do I insert a row below the active row?
 
I want to enter data via a macro which is currently working but inserting a
new row moves the new entry dow so lists are built from the bottom up rather
than top down.

Glen Mettler[_4_]

How do I insert a row below the active row?
 
Here is one way:

Row = Selection.Row()
Cells(Row + 1, 1).Select
Selection.EntireRow.insert

"M. Higginbottom" <M. wrote in
message ...
I want to enter data via a macro which is currently working but inserting a
new row moves the new entry dow so lists are built from the bottom up
rather
than top down.





All times are GMT +1. The time now is 07:26 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com