Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Group, I'm trying to find out how long blocks of code take to execute in order to balance my program. Below is a sample of programming I'm using to attempt this. I doesn't seem to work. Any help for a novice would be awesome. Dim StartTime As Long Dim EndTime As Long Dim TotalTime As Long ... ... ... ... ... StartTime = Now() ... ... ... EndTime = Now() TotalTime = EndTime - StartTime Tony -- ajocius ------------------------------------------------------------------------ ajocius's Profile: http://www.excelforum.com/member.php...o&userid=17695 View this thread: http://www.excelforum.com/showthread...hreadid=488186 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Advancing Timing | Excel Discussion (Misc queries) | |||
how do i make text fit into 1 block in 2 or more lines in Excel | Excel Discussion (Misc queries) | |||
Timing a macro | Excel Discussion (Misc queries) | |||
Timing Issue?? | Excel Programming | |||
VB timing question | Excel Programming |