i normally put a put a stop or breakpoint at the end
and check the locals window.
or a msgbox ..
--
keepITcool
|
www.XLsupport.com | keepITcool chello nl | amsterdam
keepITcool wrote :
Next
t(2) = Timer - t(2)
msgbox format(t(0),"0.000") & vblf _
format(t(1),"0.000") & vblf _
format(t(2),"0.000")
End Sub