Using:
Declare Sub Sleep Lib "kernel32" (ByVal dwMilliseconds As Long)
Is there some kind of DLL required? If so, which DLL and where can I get it?
kernel32.dll is part of Windows and as such will be on every Windows computer.
kernel32.dll