SyntaxFix
Write A Post
Hire A Developer
Questions
better use timer:
Sub wait (sec) dim temp temp=timer do while timer-temp<sec loop end Sub