SyntaxFix
Write A Post
Hire A Developer
Questions
Otherwise you can create your own function then call it. It is important to use Double
Function sov(sekunder As Double) As Double starting_time = Timer Do DoEvents Loop Until (Timer - starting_time) >= sekunder End Function