How do you extract from a time value the fractional seconds from a time value. So if you have 01:25.3 as it is displayed in the cell but shows up as 12:01:25 AM in the function window. I want to convert this value (01:25.3) to its constituitive values of 1, 25 and 0.3 (minutes, seconds, tenths of a second). How can you do this?

Mike