I've been trying to do this for a couple of days and I've made some headway but I'm struggling with it. I have made the macro I want but it's the activation I am struggling with.
Range("B" & ActiveCell.Row & ":I" & ActiveCell.Row).ClearContents
That is what I want to activate but I only want to activate it if someone deletes the contents of "J".
It's basically for tracking. "J" must have initials in it before other cells in the row can be modified. I want the whole row to clear if someone puts in their initials, fills in the rest of the row, then deletes their initials.
Thanks!
Range("B" & ActiveCell.Row & ":I" & ActiveCell.Row).ClearContents
That is what I want to activate but I only want to activate it if someone deletes the contents of "J".
It's basically for tracking. "J" must have initials in it before other cells in the row can be modified. I want the whole row to clear if someone puts in their initials, fills in the rest of the row, then deletes their initials.
Thanks!