VBA/Excel/Access/Word/Date Functions/Timer Function
Версия от 16:33, 26 мая 2010; (обсуждение)
Timer returns a Single giving the number of seconds that have elapsed since midnight
Sub dateDemo13()
Debug.Print timer
End Sub
Sub dateDemo13()
Debug.Print timer
End Sub