Need a DLL for Excel VBA Sleep ()?

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?

+2


a source to share


1 answer


kernel32.dll

is part of Windows and as such will be on every Windows computer.



+3


a source







All Articles