訪客只能看到部份內容,免費 加入會員 或由臉書 Google 可以看到全部內容
下面是引用 dpes964211 於 2015-08-10 19:36 發表的 : 請問一下能把1~x那些數字隱藏!?
Private Sub Timer1_Timer() For i = 1 To t1 SendKeys (i & "^V") SendKeys "{Enter}" Next Timer1.Enabled = FalseEnd Sub
Private Sub Timer2_Timer() For i = 1 To t1 SendKeys ("^V") SendKeys "{Enter}" Next Timer2.Enabled = FalseEnd Sub