Timer returns a Single giving the number of seconds that have elapsed since midnight : Timer Function « Date Functions « VBA / Excel / Access / Word






Timer returns a Single giving the number of seconds that have elapsed since midnight

 
Sub dateDemo13()
   Debug.Print timer
End Sub

 

Related examples in the same category