Hi I am trying to figure out how to delete rows after data, but I need to change it so "B" is a Variable like the code I am using. Can someone help with this please.
My Code
Rng.Resize(Cells(Rows.Count, Rng.Column).End(xlUp).row)
What I need is to incorporate my code into the one below
Dim...