Dear All,
I am currentley working on a function that can calculate the deferance between two gevin times and return the result :D. My code is as follow:
Public Function TimeDiffCal(ByVal StartingTime As Date, ByVal FinishingTime As Date) As Date
Dim BTime As Variant, ETime As Variant...