A way to calculate the time taken by a part of source code (very simple and rarely useful but... I was tired of writing these lines every time).
Sub TakeTime
Dim CurrTimeFormat As String = DateTime.TimeFormat
DateTime.TimeFormat = "mm:ss:SSS"
Dim Now As Long = DateTime.Now
Wait for...
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.