callcentreman
Technical User
Hi I'm looking for a way to pause script in a button from running while a large database is being detached and unzipped. Only afterwards the script may go to step 2. Who has any suggestions?
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Dim d As String
d = Dir("C:\TESTDOC.txt", 0)
While d = ""
d = Dir("C:\TESTDOC.txt", 0)
Wend
Msgbox "DONE!"