ミリ秒単位 2011-05-21 22:37:41 | 記録用 Declare Function timeGetTime Lib "winmm.dll" () As Long sub time() Dim ts As Long ts = timeGetTime() Call Ytest MsgBox (timeGetTime() - ts) end sub