Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
what am I doing wrong here? I need to delete cells D & E if there is an error in D. With Sheets("Table") LrowinD = .Cells(.Rows.Count, "D").End(xlUp).Row For iCtr = LrowinD To FrowinD Step -1 With .Cells(LrowinD, "D") If IsError(.Value) Then .Cells(LrowinD, "D:E").Select Selection.Delete Shift:=xlUp End If End With Next End With Thanks for yor help. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
delete cells column. Delete empty cells | Excel Worksheet Functions | |||
delete error/blank cells | Excel Worksheet Functions | |||
How to delete all the blanc cells in a worksheet and shift cells l | Excel Discussion (Misc queries) | |||
macro to select cells containing specific text and delete all cells but these | Excel Programming | |||
Delete specific cells contents in a row with some locked cells in the same row | Excel Programming |