Hi,
I have a bit of trouble understanding a part of this loop, so if anyone would be so kind to translate it, it would be much appreciated.
What does this do in the loop?
I have a bit of trouble understanding a part of this loop, so if anyone would be so kind to translate it, it would be much appreciated.
Code:
Dim AssayRowIns
AssayRowIns = 4
Do Until Range("A" & AssayRowIns) = ""
Rows("" & AssayRowIns & ":" & AssayRowIns + 6 & "").Insert Shift:=xlDown
AssayRowIns = AssayRowIns + 8
Loop
What does this do in the loop?
Code:
Rows("" & AssayRowIns & ":" & AssayRowIns + 6 & "").Insert Shift:=xlDown