Re: Calculate Duration.
- From: "William" <willwest22@xxxxxxxxx>
- Date: Sun, 4 Sep 2005 00:17:57 +0100
Hi Art
Sub test()
Dim t As Date, tt As Date
t = Now
'Your code
tt = Now
MsgBox Format((tt - t), "hh:mm:ss")
End Sub
--
XL2003
Regards
William
willwest22@xxxxxxxxx
"Art" <Art@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:EAEA51AD-1838-4725-9E7D-48EF22FF1B66@xxxxxxxxxxxxxxxx
> Need Help..
>
> I would like to subtract the end time(hh:mm:ss) from the start
> time(hh:mm:ss) to get the duration (HH:MM:SS) of how long a job took to
> process.
>
> Thanks.
>
.
- References:
- Calculate Duration.
- From: Art
- Calculate Duration.
- Prev by Date: Re: Calculate Duration.
- Next by Date: Converting Excel 94 to new format
- Previous by thread: Re: Calculate Duration.
- Next by thread: RE: Calculate Duration.
- Index(es):
Relevant Pages
|