Now returns a Variant/Date containing the current date and time according to your computer : Now « Date Functions « VBA / Excel / Access / Word






Now returns a Variant/Date containing the current date and time according to your computer

 
Sub dateDemo10()
   Debug.Print Now
End Sub

 








Related examples in the same category

1.Use Now to retrieve current Date and Time
2.Date and Now