Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() Hi Callum, No answer so I'll have a go. Answer depends on how long the list is. If not too long, then select Insert-Rows. Then press the F4 key to repeat the task as necessary. To automate it a bit more here's a macro which you can attach to a shortcut key combination. (Gives one keystroke row each 4 row insertion) Sub Insert4Rows() ActiveCell.Range("A1:A4").Select Selection.EntireRow.Insert ActiveCell.Offset(5, 0).Range("A1").Select End Sub But if you want a complete solution then post on the excel programming group -- John James ------------------------------------------------------------------------ John James's Profile: http://www.excelforum.com/member.php...o&userid=32690 View this thread: http://www.excelforum.com/showthread...hreadid=532268 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Help PLEASE! Not sure what answer is: Match? Index? Other? | Excel Worksheet Functions | |||
named range, data validation: list non-selected items, and new added items | Excel Discussion (Misc queries) | |||
subtotaling and manipulating a list of data | Excel Worksheet Functions | |||
HOW CAN I AUTOMATICALLY INSERT ALTERNATE BLANK ROWS IN A LIST? | Excel Discussion (Misc queries) | |||
how do I insert multiple rows in excel after every row of data | Excel Discussion (Misc queries) |