PDA

View Full Version : query : to track the time spent on a VBA project



Mchaudhary
10-29-2013, 05:04 PM
Hi,

Using VBA, how can we track the time spent on Excel/VBA project.
thank you,
Manoj

jack nt
10-30-2013, 06:12 AM
Hi,

Using VBA, how can we track the time spent on Excel/VBA project.
thank you,
Manoj

t = timer
'your codes here
msgbox timer - t