I am trying to convert a week number to a date, either the beginning or ending week date. I tried the below macro but it doesn't work correctly. any help would be appreciated. thanks...
Val2 is the week number to convert to a date. range "d" is the date.
Range("d" & x).Value = "=(val2)+DATE(YEAR(NOW()),1,0)"
Val2 is the week number to convert to a date. range "d" is the date.
Range("d" & x).Value = "=(val2)+DATE(YEAR(NOW()),1,0)"