Obtenir la date VBA

Dim MyDate
MyDate = Date    ' MyDate contains the current system date.
Bob7012