Elapsed Time calculations
Posted by Adrian Fisher on February 13, 2002 4:59 PM
I am trying ot convert elapsed times (in mm:ss format) to total seconds. I can do it with a simple multiplication of the serial number as long as the minutes do not exceed 24, but beyond that the calculations go astray. I've tried using the TimeValue function as an intermediate step but that doesn't help either. How can I do this?