View Single Post
  #7   Report Post  
Posted to microsoft.public.excel.programming
cjsasl[_4_] cjsasl[_4_] is offline
external usenet poster
 
Posts: 1
Default Get time it takes to run program!!


Thank you very much Tom, the only thing I had to change was the code:

TotalTime = (Timer - StartTime) ' This gave me a - time (ie -3
Second(s))
to
TotalTime = (StartTime - Timer)

And now it works perfect.

Thanks Tom you are the best...:)


--
cjsasl
------------------------------------------------------------------------
cjsasl's Profile: http://www.excelforum.com/member.php...o&userid=28712
View this thread: http://www.excelforum.com/showthread...hreadid=484006