Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
Andy
 
Posts: n/a
Default insert a new row between exsisting rows on entire worksheet

insert a new row between exsisting rows on entire excel worksheet. in other
words, add a new blank row between exsisting rows without having to do it one
at a time.
  #2   Report Post  
Posted to microsoft.public.excel.misc
Kevin B
 
Posts: n/a
Default insert a new row between exsisting rows on entire worksheet

If you mean entire workbook, not entire worksheet, you can click on the first
sheet tab, hold down Ctrl and click on the last sheet tab. Select the rows
where you want the insertion done and click INSERT on the menu and select
ROWS. The inserted row is inserted across all selected sheets.
--
Kevin Backmann


"Andy" wrote:

insert a new row between exsisting rows on entire excel worksheet. in other
words, add a new blank row between exsisting rows without having to do it one
at a time.

  #3   Report Post  
Posted to microsoft.public.excel.misc
Rae Drysdale
 
Posts: n/a
Default insert a new row between exsisting rows on entire worksheet

Right click on the row number and select Insert. If you want to insert two
rows, hightlight two row, etc.
If you want to keep repeating you can use Ctrl+Y to repeat row insert (or
hightlight two rows and Ctrl+Y to insert 2 rows).

Does this answer your question?
--
Rae Drysdale


"Kevin B" wrote:

If you mean entire workbook, not entire worksheet, you can click on the first
sheet tab, hold down Ctrl and click on the last sheet tab. Select the rows
where you want the insertion done and click INSERT on the menu and select
ROWS. The inserted row is inserted across all selected sheets.
--
Kevin Backmann


"Andy" wrote:

insert a new row between exsisting rows on entire excel worksheet. in other
words, add a new blank row between exsisting rows without having to do it one
at a time.

  #4   Report Post  
Posted to microsoft.public.excel.misc
Don Guillett
 
Posts: n/a
Default insert a new row between exsisting rows on entire worksheet

try this loop
Sub insertrows()
For i = Cells(Rows.Count, "a").End(xlUp).Row To 2 Step -1
Rows(i).Insert
Next i
End Sub


--
Don Guillett
SalesAid Software

"Andy" wrote in message
...
insert a new row between exsisting rows on entire excel worksheet. in
other
words, add a new blank row between exsisting rows without having to do it
one
at a time.



  #5   Report Post  
Posted to microsoft.public.excel.misc
Andy
 
Posts: n/a
Default insert a new row between exsisting rows on entire worksheet

Can do this. I mean just the worksheet. I have numbered column A with
numbers 1 though 50. Now i need to put a new row between each number so that
it will look like 1, blank row, 2, blank row, 3, blank row and so on.

"Kevin B" wrote:

If you mean entire workbook, not entire worksheet, you can click on the first
sheet tab, hold down Ctrl and click on the last sheet tab. Select the rows
where you want the insertion done and click INSERT on the menu and select
ROWS. The inserted row is inserted across all selected sheets.
--
Kevin Backmann


"Andy" wrote:

insert a new row between exsisting rows on entire excel worksheet. in other
words, add a new blank row between exsisting rows without having to do it one
at a time.



  #6   Report Post  
Posted to microsoft.public.excel.misc
shumaker
 
Posts: n/a
Default insert a new row between exsisting rows on entire worksheet


If your objective is to have space between numbers, the easiest way is
to highlight rows 1-50 and double the row height. If you need a blank
row for input, you will need one of the other solutions.
ss


--
shumaker
------------------------------------------------------------------------
shumaker's Profile: http://www.excelforum.com/member.php...o&userid=13226
View this thread: http://www.excelforum.com/showthread...hreadid=538411

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
How to insert line on other worksheet depending upon result in cell? Pheasant Plucker® Excel Discussion (Misc queries) 4 March 17th 06 09:05 AM
New rows at the end of a worksheet don't sort with the worksheet John Bloor Excel Worksheet Functions 1 February 21st 06 07:03 PM
copy rows meeting criteria to another worksheet confused Excel Worksheet Functions 4 October 4th 05 11:51 AM
In a protected worksheet allow users to delete rows Jason Trivett Excel Worksheet Functions 1 July 12th 05 09:50 AM
insert worksheet gives me 3 duplicate sheets not one boilerhouse Excel Discussion (Misc queries) 1 December 8th 04 04:35 PM


All times are GMT +1. The time now is 04:43 PM.

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

About Us

"It's about Microsoft Excel"