Now Function

Returns the current system date and time as a Date value.

Sintaxe:

Now

Valor de retorno:

Data

Exemplo:

Sub ExampleNow

    msgbox "Agora son as " & Now

End Sub