About
Pricing
Community
Teams
Start Free Trial
Log in
isnoend2001
asked on
2/9/2016
Time difference giving incorrect results vb 6
Dim Time As String
Time = "09:58 AM"
Minutes = DateDiff("n", Time, Format(Now, "short time"))
when ran at 8:57PM
the minutes say 661, but should be 780
what is wrong ?
Visual Basic Classic
VBA
8
1
Last Comment
isnoend2001
8/22/2022 - Mon