Elapsed Time

D

D. McDonough

Sorry if this question is asked a lot ... but couldn't
find it when I searched.

How can I calculate the time that's elapsed given 2 other
times ... (e.g. time in and time out)?

Thanks.
 
D

Douglas J. Steele

Use the DateDiff function:

DateDiff("s", TimeIn, TimeOut), for example, will give you the seconds
between the times.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top