Sometimes we need to put alternate empty rows in an excel. For this just copy below code and run macro.You are done. Sub InsertAlternateRow()Do While Not IsEmpty(ActiveCell)ActiveCell.EntireRow.InsertActiveCell.Offset(2, 0).SelectLoopEnd Sub
No comments:
Post a Comment