Now Function

Returns a Date value specifying the current date and time according your computer's system date and time.

Syntax

Now()

Example

Dim Today
Today = Now()     ' Assign current system date and time

 

See Also

Date Function, Date Statement, Time Function, Time Statement