Forum Moderators: open
Gets my week no as in 48 but how can i find what month that week starts in.
currentDayOfWeek = WeekDay(currentDate)
If Not currentDayOfWeek = 1 Then '--- Get Sunday's Date tempDate = DateAdd("d", -1 * (currentDayOfWeek - 1), currentDate)) End If
'--- Get what month Sunday's Date is in theMonth = Month(tempDate)