DLL Needed For Excel VBA Sleep()?
When using:
Declare S开发者_运维技巧ub Sleep Lib "kernel32" (ByVal dwMilliseconds As Long)
Is it required to have some sort of DLL? If so, which DLL and where can I obtain it?
kernel32.dll
is part of Windows, and as such will be on every Windows OS based machine.
精彩评论