Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thanks Jacob. Perfect.
"Jacob Skaria" wrote: Try Sub MyMacro() Dim lngRow As Long For lngRow = Cells(Rows.Count, "A").End(xlUp).Row To 2 Step -1 If Len(Range("A" & lngRow)) 5 Then Rows(lngRow).Delete End If Next End Sub -- Jacob "Ken G" wrote: I need a macro to search through a sheet of approximately 5,000 rows and delete any row where the length of the string in column A is greater than 5. I'm using Excel 2003. Can anyone help? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Help with macro to delete rows | Excel Programming | |||
Macro to delete 2 rows every 500 rows | Excel Programming | |||
macro to delete entire rows when column A is blank ...a quick macro | Excel Programming | |||
HOW TO: Delete Rows with a Macro | Excel Programming |