Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I'm having a little trouble with this one, I'm trying to delete all
rows where the cells within the selected range are not formatted as date. Sub delete_date() Dim datarng As Range lastrow = Cells(Rows.Count, "B").End(xlUp).row Set datarng = Range ("b2:b" & lastrow) |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
if cell is not date format delete row | Excel Programming | |||
if cell is not date format delete row | Excel Programming | |||
How can I get date of file creation to XLS cell in date format? | Excel Worksheet Functions | |||
How do you format an auto update to delete rows with expired date | Excel Worksheet Functions | |||
macro to find date format in a cell and delete that entire row | Excel Programming |