Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
This little snippet works great if I need to delete the last row, but
how can I tweak it where I need to delete the last value in a column only and not delete the entire row? Sub test() Rows(Range("A2:A5").End(xlDown).Row).Delete End Sub Example: Col A Col B 1 Header Header 2 value a value a 3 value b value b 4 value c value c 5 value d value d Based on this example I would want to remove "value d" from Col A only, but keep "value d" in Col B and so on and so on if I had other values in row 5 in other Columns after B. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
CANNOT DELETE AN ENTIRE COLUMN | Excel Discussion (Misc queries) | |||
Delete entire rows where there is a blank in column A | Excel Programming | |||
Entire Column Delete | Excel Programming | |||
Delete Entire Row If Column C is Blank | Excel Programming | |||
How to detect an entire column/row delete event? | Excel Programming |