标签:int ldo pre net copy select next vba selection
Sub gzt()
Dim i As Integer
For i = 1 To 10
Selection.Copy
ActiveCell.Offset(2, 0).Rows("1:1").EntireRow.Select
Selection.Insert Shift:=xlDown
Next
End Sub
标签:int ldo pre net copy select next vba selection
原文地址:https://www.cnblogs.com/yigeduanpian/p/10041681.html