When I use a Selection.Delete Shift:=xlToLeft in a VBA procedure and that this is deleting a column when there is still data to its right, I'm always stuck whit "black lines" after
Does this happens to you too?
Is there a way to avoid that?
Columns("B:B").Select
Selection.Delete Shift:=xlToLeft
Range("A1").Select
I've put a link for you to look at what it does...
Does this happens to you too?
Is there a way to avoid that?
Columns("B:B").Select
Selection.Delete Shift:=xlToLeft
Range("A1").Select
I've put a link for you to look at what it does...
