Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Hi Try the following (I named my list Test) Dim r As Object Dim intCount As Integer intCount = 1 For Each r In Range("Test") If r.Value = "" Then Else r.Offset(1, 0).Select intCount = 1 Do Until intCount 7 Selection.EntireRow.Insert intCount = intCount + 1 Loop End If Next -- BadgerM ----------------------------------------------------------------------- BadgerMK's Profile: http://www.excelforum.com/member.php...fo&userid=3140 View this thread: http://www.excelforum.com/showthread.php?threadid=51538 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Automatically extend a list when adding a new data to another list | Excel Discussion (Misc queries) | |||
Adding rows based on no of rows specified from a given position | Excel Worksheet Functions | |||
Adding five new rows every 40 rows in a spreadsheet? | Excel Discussion (Misc queries) | |||
Adding Rows offsets to working rows across two worksheets | Setting up and Configuration of Excel | |||
Adding rows to create list from DDE data | Excel Programming |