I'm trying to delete a row using VBA. I've tried both...
Selection.Delete Shift:=xlUp
&
Selection.EntireRow.Delete
Both work when I step through (F8) the code but neither will work when
the code is run live. The code processes without giving an error but
the row does not get deleted. Any ideas?