ªð¦^¦Cªí ¤W¤@¥DÃD µo©«

¦p¦ó°±±¼Application.onTimeµ{§Ç? (¤w¸Ñ¨M)

«Ø¥ß°±¤î¾÷¨î
Public a As Boolean
Sub timing()
If a = True Then End
[a1] = [a1] + 1
Application.OnTime Now + TimeValue("00:00:01"), "timing"  'Counter
End Sub

Sub A1stop()
a = IIf(a = True, False, True)
End Sub

TOP

        ÀR«ä¦Û¦b : ·R¤£¬O­n¨D¹ï¤è¡A¦Ó¬O­n¥Ñ¦Û¨­ªº¥I¥X¡C
ªð¦^¦Cªí ¤W¤@¥DÃD