For a sailing club. I have created columns for the weekdays from Monday to friday on a sheet representing the first week of the month and so I made 4 sheets named week1 to week4 for the whole month using a vba userform I put data into the cells.
monday tuesday wednesday Thursday friday
boat1
boat2 . .
My question: I would like to create a macro that if the date is in week2 will rather transfer automatically userform data(textbox "name") into next sheet than current seheet.
I don't know if it makes sense or if I have to give more details Thank you for any help!