I am using the following code so that I can add add times
together so that they don't reset themselves at 24:00, for
example 17:00 + 15:00 = 32:00 instead of 08:00.
Public Function FormatTime(dtmTime)
Dim Hours As Long
Dim Minutes As Long
If IsNull(dtmTime) Then Exit Function...
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.