Hi guys,

i get a weeknumber and a year number as input from a user.
I'd like to get the date of the Saturday in that week.

For example, week 11/2015 (last week), the date of the saturday would be 3/14
How do I go about that in vba?
Let's say I have variables
wk = 11
and
yr = 2015

How do I translate that to 03/14/2015 ?

Thanks,

Jasper