Hello,
I am reading this book on learning VBA and I am confused by one of the codes.
The following illustrates using the above style Do..Loop to insert blank rows every five rows, until a blank cell is encountered:"
I can follow the code until "Set cellToUse = cellToUse.Offset(5, 0)."![]()
Please Login or Register to view this content.
Can someone explain to me in layman terms what is happening there?
Thanks!
Bookmarks