Informatic
Programmer
Hello...
How can I see how long a procedure is being run.
Can somebody Help me....
How can I see how long a procedure is being run.
Can somebody Help me....
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 datTimestamp As Date
datTimestamp = Now()
Debug.Print ((Now() - datTimeStamp) * 24 * 60 * 60) & " seconds"