hi guys
Can anyone please help me to find the week start date(monday) and weekend(sunday) using the week number. I am able to find the weeknumber using the code below but don't know how to find the start date and end date of the week.
Regards
Aman
Can anyone please help me to find the week start date(monday) and weekend(sunday) using the week number. I am able to find the weeknumber using the code below but don't know how to find the start date and end date of the week.
Code:
Dim iNumberOfTheWeek As Integer
iNumberOfTheWeek = DatePart("ww", Now())
Regards
Aman