Hello all,

I'm trying to perform a simple operation, this is how it looks logically:

Scan Range ("D17" & 17 + a)
IF[D17=""] Then Delete the adjacent cell... [Cell (0,1)] or [Range("E17").Delete]

I know the coding for this should be simple but I don't have any reference from a past project.

Thank you