Home |
Search |
Today's Posts |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thank you Sharad
you really helped me Carl "Sharad" wrote: Sub delRows() For Each c In Worksheets("Sheet1").UsedRange.Cells If Len(c.Value) 10 Then c.EntireRow.Delete End If Next c End Sub *** Sent via Developersdex http://www.developersdex.com *** Don't just participate in USENET...get rewarded for it! |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Limiting cell size to 25 characters | Excel Discussion (Misc queries) | |||
Delete first two characters in a cell... | Excel Worksheet Functions | |||
Delete first few cell characters | Excel Discussion (Misc queries) | |||
delete all the cell that contains more than 25 characters | Excel Discussion (Misc queries) | |||
Delete characters in cell | Excel Programming |