You could add six textboxes called W1 to W6 and set the control source of each:
[tt]=Format(DateSerial([txtyear],[cbomonth],1),"ww")
=Format(DateSerial([txtyear],[cbomonth],8),"ww")
=Format(DateSerial([txtyear],[cbomonth],15),"ww")
=Format(DateSerial([txtyear],[cbomonth],22),"ww")
=Format(DateSerial([txtyear],[cbomonth],29),"ww")
=Format(DateSerial([txtyear],[cbomonth],[d50].[Tag]),"ww")[/tt]
Then add a line to the end of Private Sub DrawDateButtons()
[tt]W6.Visible = d50.Visible[/tt]