Watch.Start
...
Watch.Stop("Result A")
...
Watch.Stop("Result B")
...
Watch.Stop("Result C")
'Static code module Watch
Sub Process_Globals
Dim mStart As Long
Dim mEnd As Long
End Sub
public Sub Start
mStart = DateTime.Now
End Sub
public Sub Stop(title As String)
mEnd =...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.