Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Got an "expected ( " error, changed your code to
ElseIf (Trim(LCase(.Cells(Lrow, "C").Value)) = "perm" And _ .Cells(Lrow, "A").Value = "Client EndDate") Or _ CDate(.Cells(Lrow, "D").Value) < Date Or _ CDate(.Cells(Lrow, "D").Value) Date + 30 Then .Rows(Lrow).Delete still getting "Type Mismatch" I have managed to write code to change text to dates, thanks. Should I give up and start growing vegetables ? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to delete rows when List toolbar's "delete" isnt highlighted? | Excel Worksheet Functions | |||
Delete Rows whose value is not between 2 dates | Excel Programming | |||
Delete rows with particular dates present | Excel Programming | |||
Delete Rows with particular dates | Excel Programming | |||
Delete every 3rd row, then delete rows 2-7, move info f/every 2nd row up one to the end and delete the row below | Excel Programming |