You could time them yourself by pulling the value of timer then deducting it from the timer when the code has been run...


t = Timer
...
...
...
MsgBox Timer - t


Try that...