VBA/Excel/Access/Word/Date Functions/Timer Function — различия между версиями
Admin (обсуждение | вклад) м (1 версия) |
|
(нет различий)
|
Текущая версия на 12:48, 26 мая 2010
Timer returns a Single giving the number of seconds that have elapsed since midnight
Sub dateDemo13()
Debug.Print timer
End Sub