Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I'm not sure what is wroing with this code, my goal is to clear any text in
Column E that does not match "HO". Any help is appreciated. Thanks LastRow = Cells(Rows.Count, "E").End(xlUp).Row For RowNdx = LastRow To 1 Step -1 If StrComp(Cells(RowNdx, "E"), "HO", vbTextCompare) Then Rows(RowNdx)ActiveCell.ClearContents End If Next RowNdx |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Trouble Adding VBA Code to Module; Bug in Excel/VBE? | Excel Programming | |||
Trouble Condensing Code | Excel Programming | |||
If than Else Trouble | Excel Worksheet Functions | |||
dim trouble | Excel Discussion (Misc queries) | |||
Print dialog code trouble | Excel Programming |