#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default INSERTING ROWS

I have a worksheet - many rows of completed data - I need to insert a blank
row between each of the rows with data (a few hundred). How can this be done
quickly? I tried the insert row and paste function - does not work well. I
welcome the help to make this an easy thing to do.
thanks in advance.
  #2   Report Post  
Posted to microsoft.public.excel.misc
Max Max is offline
external usenet poster
 
Posts: 9,221
Default INSERTING ROWS

This might suffice ..
Assume data is in rows 1 - 10 in cols A to C
Insert a new col A, fill A1:A10 with serials: 1,2,3... 10
Copy A1:A10 n paste the same serial nos into A11:A20
Select cols A to D, Click Data Sort Sort by Col A (ascending) OK
Clean up, delete col A
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"snarled times" wrote:
I have a worksheet - many rows of completed data - I need to insert a blank
row between each of the rows with data (a few hundred). How can this be done
quickly? I tried the insert row and paste function - does not work well. I
welcome the help to make this an easy thing to do.
thanks in advance.

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default INSERTING ROWS

Don,
I am not this advanced, can you explain how I would do this? thanks

"Don Guillett" wrote:

for i=cells(rows.count,"a").end(xlup).row to 2 step-1
rows(i).insert
next

--
Don Guillett
Microsoft MVP Excel
SalesAid Software

"snarled times" wrote in message
...
I have a worksheet - many rows of completed data - I need to insert a blank
row between each of the rows with data (a few hundred). How can this be
done
quickly? I tried the insert row and paste function - does not work well. I
welcome the help to make this an easy thing to do.
thanks in advance.



  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 22,906
Default INSERTING ROWS

I will now stick in my standard reply to this request.

Inserting a row between each row of data will make it very difficult to do any
type of sorting or filtering the data.

If just for visual appearance, better to double the row heights.


Gord Dibben MS Excel MVP

On Sat, 23 Feb 2008 04:59:01 -0800, snarled times
wrote:

I have a worksheet - many rows of completed data - I need to insert a blank
row between each of the rows with data (a few hundred). How can this be done
quickly? I tried the insert row and paste function - does not work well. I
welcome the help to make this an easy thing to do.
thanks in advance.


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Inserting several new rows richzip Excel Discussion (Misc queries) 2 January 17th 08 11:41 PM
Inserting Blank rows after every row upto 2500 rows Manju Excel Worksheet Functions 8 August 22nd 06 12:54 PM
Inserting rows Luke Excel Worksheet Functions 2 September 17th 05 06:11 PM
Inserting rows Aloysicus Excel Discussion (Misc queries) 0 July 26th 05 04:31 AM
Inserting rows Linda T Excel Discussion (Misc queries) 4 June 17th 05 11:19 PM


All times are GMT +1. The time now is 11:47 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"