![]() |
|
|
|
#1
|
|||
|
|||
|
How do we add one or more rows manually( by typing row numbers). ? |
|
#2
|
||||
|
||||
|
Could you please explain what you mean?
__________________
Using O365 v2503 - Did you know you can thank someone who helped you? Click on the tiny scale in the right upper hand corner of your helper's post |
|
#3
|
|||
|
|||
|
I have to insert 25 rows in between two rows (which having data) by typing inserting row numbers
|
|
#4
|
|||
|
|||
|
That definitely doesn't explain anything.
Between which two rows? Where are you typing those row numbers? Here's what I'd do to quickly insert 25 blank rows between the existing rows 3 and 4. Alt + F11 to bring up the VBA environment Ctrl + g to bring up the immediate window Type in Code:
Rows(4).Resize(25).Insert |
|
#5
|
|||
|
|||
|
Do you really need code? This can be done easily:
* Select the second row between which you want to insert * Drag down to select 25 rows * Right click and select "Insert". |
|
#6
|
|||
|
|||
|
|
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
Delete All empty Rows - Print - Undo all Rows deleted
|
Bathroth | Word VBA | 1 | 10-01-2014 01:40 PM |
| manually defined port numbers are gone and defaults are loaded. | gcnivas | Outlook | 0 | 09-26-2014 08:28 AM |
| Trying to autofilter 8-10 rows of numbers to sort in a group | Jack-P-Winner | Excel | 0 | 11-25-2013 10:55 PM |
Grouping table rows to prevent individual rows from breaking across pages
|
dennist77 | Word | 1 | 10-29-2013 11:39 PM |
Changing formats manually??
|
Flabbergaster | Word | 1 | 11-03-2010 02:45 AM |