Programming Reference Manual
 
Syntax
 
Timer
 
Description
Return the number of seconds past midnight. (This is a real number, accurate to about 1/18th of a second.)
See Also
Example
 
Sub Main
    Debug.Print Timer ' example: 45188.13
End Sub