J
Janis
When you use these lines of code in a for loop
Set rng = .Cells(iRow, ServiceGroupColumn)
rng.Offset(SvcGrpNum / 2, 0).Resize(rowsToAdd + 1).EntireRow
What would be the way to add some text in the irow cell for all those
inserted rows.
tia,
Set rng = .Cells(iRow, ServiceGroupColumn)
rng.Offset(SvcGrpNum / 2, 0).Resize(rowsToAdd + 1).EntireRow
What would be the way to add some text in the irow cell for all those
inserted rows.
tia,