u can use sleep api
The Sleep function suspends the execution of the current thread for a specified interval.
Code:
Declare Sub Sleep Lib "kernel32" Alias "Sleep" (ByVal dwMilliseconds As Long)
sleep 5000 ' sleep for 5 secs