M
Maury Markowitz
Maybe this just doesn't work, but:
startTime = 12:30:08 PM
stopTime = 12:34:21 PM
Format((stopTime - startTime), "h:m:s") = "0:4:13"
Format((stopTime - startTime), "m:s") = "12:13"
Huh? Is there any way to display a minutes/seconds format? The task
I'm timing typically takes about 4 to 6 minutes, I don't want hours to
show up.
Maury
startTime = 12:30:08 PM
stopTime = 12:34:21 PM
Format((stopTime - startTime), "h:m:s") = "0:4:13"
Format((stopTime - startTime), "m:s") = "12:13"
Huh? Is there any way to display a minutes/seconds format? The task
I'm timing typically takes about 4 to 6 minutes, I don't want hours to
show up.
Maury