Z
zSplash
I don't know exactly why/how this sub works, but it does. (Thanks for
giving it to me, guys.)
Private Declare Sub Sleep Lib "kernel32" (ByVal dwMilliseconds As Long)
To further my understanding, could someone please explain exactly what the
terminology means (i.e., "Declare Sub" versus "Sub" and "Lib "kernel32""),
and why it has to be declared first-off in the module?
TIA
giving it to me, guys.)
Private Declare Sub Sleep Lib "kernel32" (ByVal dwMilliseconds As Long)
To further my understanding, could someone please explain exactly what the
terminology means (i.e., "Declare Sub" versus "Sub" and "Lib "kernel32""),
and why it has to be declared first-off in the module?
TIA