码迷,mamicode.com
首页 > 编程语言 > 详细

VBA 学习第一课

时间:2018-11-30 00:38:13      阅读:172      评论:0      收藏:0      [点我收藏+]

标签: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

 

VBA 学习第一课

标签:int   ldo   pre   net   copy   select   next   vba   selection   

原文地址:https://www.cnblogs.com/yigeduanpian/p/10041681.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!