Excel Vba Get Date

[Solved] Excel Vba Get Date | Vb - Code Explorer | yomemimo.com
Question : excel vba get date

Answered by : aw-jeez

Sub TestDate Dim dtToday as Date dtToday = Date() Msgbox "Today's date is " & dtToday
End Sub

Source : https://www.automateexcel.com/vba/todays-current-date/ | Last Update : Tue, 29 Nov 22

Question : get date vba

Answered by : max-koene

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

Source : | Last Update : Thu, 24 Feb 22

Answers related to excel vba get date

Code Explorer Popular Question For Vb