摘要: Sub MyTest() 'A 列?B列的演示 Dim i As Long i = 1 While True If i > 10 Then GoTo ENDLOOP Cells(i, 1) = 1 If i Mod 2 = 0 Then GoTo Nextloop1 Cells(i, 2) = i 阅读全文
posted @ 2019-11-03 18:05 蜡哲图 阅读(192) 评论(0) 推荐(0) 编辑
目录内容