Hello, the code below is not complete. I need to have the date and time show up in columns G and H respectively when the word Sunday shows up in the corresponding B column. I need the same for J and H if the word Monday shows up in the corresponding B column.
Thanks for the help
1st -
2nd -
Thanks for the help
1st -
Code:
Cells(Target.Row, "G").Value = Date
Cells(Target.Row, "H").Value = Time
2nd -
Code:
Cells(Target.Row, "J").Value = Date
Cells(Target.Row, "K").Value = Time