I'm using the below code, but I need to edit it where I can delete The cells of the row with XXXX in a specific column from column A:AW. I have some data in other columns that I need to not delete.
So basically if I2 = "XXXX" then delete A2:AW2 and shift up.
Sub Update3()
Dim Firstrow...