VBA - Funzione data
La funzione restituisce la data di sistema corrente.
Sintassi
date()
Esempio
Aggiungi un pulsante e aggiungi la seguente funzione.
Private Sub Constant_demo_Click()
Dim a as Variant
a = date()
msgbox "The Value of a : " & a
End Sub
Quando si esegue la funzione, produce il seguente output.
The Value of a : 19/07/2014