Hello,
I am trying to dynamically extract dates from a list of dates depending on the weekday the user selects using a userform that contains checkboxes. For example..If a user selects Monday, Wednesday, Friday, then it will extract the dates the days that were selected. For example, if the user selects Monday, Wednesday and Friday then the following dates will appear in a different column..Any help is much appreciated...
06/01/15
06/03/15
06/05/15
06/08/15
06/10/15
06/12/15
Dates Weekday
06/01/15 Monday
06/02/15 Tuesday
06/03/15 Wednesday
06/04/15 Thursday
06/05/15 Friday
06/06/15 Saturday
06/07/15 Sunday
06/08/15 Monday
06/09/15 Tuesday
06/10/15 Wednesday
06/11/15 Thursday
06/12/15 Friday
06/13/15 Saturday
Bookmarks