Date Function

Returns the current system date as a string, or date variant.

Sintaxis:


Date[$][()]

Ejemplo:


Sub ExampleDate
    MsgBox "La fecha es " & Date
End Sub

¡Necesitamos su ayuda!