Excel Vba Get Day From Date

[Solved] Excel Vba Get Day From 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

Answers related to excel vba get day from date

Code Explorer Popular Question For Vb