|
-
January 29th, 2008, 12:55 PM
#8
Re: Simple timing measurements in VBA
 Originally Posted by aio
Normally I am using a named range plus this code
Code:
Public Sub perform_task()
Range("runtime_start").Value = Now()
task1
task2
task3
Range("runtime_end").Value = Now()
End Sub
Then a third cell returns Range("runtime_end").Value minus Range("runtime_start").Value
Thanks to everyone who replied.
It's starting to come back to me now
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|