Sub 插入() Dim i As Long For i = 2 To Range("A1").CurrentRegion.Count - 1 Selection.End(xlDown).Select Selection.EntireRow.Insert , CopyOrigin:=xlFormatFromLeftOrAbove ActiveCell.Offset(1, 0).Range("A1").Select NextEnd Sub