Solved In MS Access if the VBA code is taking longer than required how do we force the code to next (3 Viewers)

The Sleep isn't native to vba, as you'll find out if you just type Sleep 1000 and try to run it, but it's available from the Windows api
Correct, it's not a built_in vba function.
 
The Sleep isn't native to vba, as you'll find out if you just type Sleep 1000 and try to run it, but it's available from the Windows api
True I'm calling it from windows API and for me its a game changer
 

Users who are viewing this thread

Back
Top Bottom