½Ð°Ý¦U¦ì¤j¤j¡A§Ú·Q¦b¦Û»sªí³æ¤¤¯à°÷¨Ï¥ÎSLEEP¨ç¦¡
»yªk¦p¤U¡G
#If VBA6 Then
Declare Sub Sleep Lib "kernel32" (Optional ByVal dwMilliseconds As Long = 1000) 'For 32 Bit Systems
#Else
Declare PtrSafe Sub Sleep Lib "kernel32" (Optional ByVal dwMilliseconds As Long = 1000) 'For 64 Bit Systems
#End If