'Declare variables
Dim StrYear As String
Dim StrMonth As String
StrYear = Year(StartDate())
StrMonth = Month(StartDate())
Modified on: Wed, 13 Apr, 2022 at 3:22 PM
'Declare variables
Dim StrYear As String
Dim StrMonth As String
StrYear = Year(StartDate())
StrMonth = Month(StartDate())
Did you find it helpful? Yes No
Send feedback