Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Sub InsertBlankRow()
For r = Cells(Rows.Count, "A").End(xlUp).Row To 2 Step -1 Rows(r).Insert Shift:=xlDown Next r end sub "Jess" wrote: I need a spreadsheet with a blank row between each row of data. There are 800 rows of data. Is there an easy way to accomplish this? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Insert rows based on specific value | Excel Worksheet Functions | |||
Import data and keep duplicate rows of data | Excel Discussion (Misc queries) | |||
Dealing with data in several columns AND rows | Excel Discussion (Misc queries) | |||
Sort pages? | Excel Discussion (Misc queries) | |||
how do I insert multiple rows in excel after every row of data | Excel Discussion (Misc queries) |