How to display ongoing time elapsed in milliseconds

nepai

New member
Joined
Feb 19, 2013
Messages
13
Reaction score
0
Points
0
Hi,

I have a macro something like this (logic):

Sub test()

[code here] <- no loops here but it takes time to finish

End sub

I want to record the time elapsed while the code is executing in milliseconds and display it a cell. The time elapsed must be like that of a stopwatch displaying the running time. Is there way to do that? Thanks.
 
Back
Top