I am using the the built in Timer for benchmarking. I show the time lapse result in a message box but I only want the number to go to 2 decimal places like the example.
Danny![]()
msgbox( "Time taken is " & varTime & " seconds" )
It should show "Time taken is 2.39 seconds"
Bookmarks