Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 586
Default Time the Execution Speed of Procedure in Milliseconds

How can I time execution speed of a procedure in milliseconds?

--
Cheers,
Ryan
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,355
Default Time the Execution Speed of Procedure in Milliseconds

I use this

Dim BegTime
BegTime = Timer

(at the beginning)

and
MsgBox("Elapsed time: " & timer - BegTime)

I don't recall the units though. (I'd hav
--
HTH,
Barb Reinhardt



"RyanH" wrote:

How can I time execution speed of a procedure in milliseconds?

--
Cheers,
Ryan

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Speed of Execution Mike H. Excel Programming 3 October 5th 07 12:31 PM
Speed up Excel execution Sinus Log Excel Programming 5 December 8th 05 05:03 AM
code execution speed question Gary Keramidas Excel Programming 1 October 24th 05 09:05 PM
Execution speed for UDF Christian[_5_] Excel Programming 0 September 28th 04 04:20 PM
MACRO execution speed ericd Excel Programming 3 March 2nd 04 03:06 PM


All times are GMT +1. The time now is 05:16 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"