Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Excel 2002, WinXP
I have the following code to give me the elapsed time for a macro to run. Time1 = Time 'My code Time2 = Time MsgBox Time1 & " " & Time2 MsgBox Format(Time2 - Time1, "00:00:00") The first MsgBox gives me 2 times that are some 17 seconds apart. That's accurate. The second MsgBox shows 00:00:00 no matter what. What is wrong with the second MsgBox line? Thanks for all your help. Otto |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Elapsed Time | Excel Worksheet Functions | |||
Calculate Ending time using Start Time and Elapsed Time | Excel Worksheet Functions | |||
Elapsed time | Excel Discussion (Misc queries) | |||
Need Elapsed Time Help | Excel Worksheet Functions | |||
Elapsed Time | Excel Programming |