Hi Guys,
Im trying to find out how to substract two timestamps into the format hh:mm:ss.
I currently use this formula wich gives me the timedifference but only in minutes:
timediff = DateDiff(
TimeValue(startTime),
TimeValue(endTime),
Minutes
Kind regards,
Anthony