I have the following code to delete a Row from cell D4 and everything to its right.
Can this code be simplified?
![]()
Range("D4").Select Range(Selection, Selection.End(xlToRight)).Select Selection.Delete shift:=xlUp
I have the following code to delete a Row from cell D4 and everything to its right.
Can this code be simplified?
![]()
Range("D4").Select Range(Selection, Selection.End(xlToRight)).Select Selection.Delete shift:=xlUp
![]()
Range(Range("D4"), Range("D4").End(xlToRight)).Delete shift:=xlUp
If your problem is solved, then please mark the thread as SOLVED>>Above your first post>>Thread Tools>>
Mark your thread as Solved
If the suggestion helps you, then Click *below to Add Reputation
lovely...I was nearly there
Yes... exactly and and thanks for the feedback![]()
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks