Now Function
Syntax:
Now
Group:
Time/Date
Description:
Return the current date and time as a
date
value.
See Also:
Date
,
Time
,
Timer
.
Example:
Sub
Main
Debug
.
Print
Now ' example: 1/1/1995 10:05:32 AM
End
Sub