Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Good day,
I am Looping down the first column of a spreadsheet and checking for a certain bit of text in the 3rd column, when i loop downwards and i find what i am looking for, i want to delete the entire row with the data that has met my requirements, can anybody help me with some code? I also have multiple criteria that i must look for, is it possible to use wild cards? Example: I have 10 different combinations, all starting with "H" Do Until ActiveCell = "" If ActiveCell.Offset(0, 2) = ("HEP") Then ElseIf ActiveCell.Offset(0, 2) = ("HEPA") Then Les Stout *** 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 | |||
how to delet the blank rows in whole sheet at a time | Excel Worksheet Functions | |||
Delet Duplicate Blanks rows | Excel Worksheet Functions | |||
delet multiple entries on same row(different columns) | Excel Discussion (Misc queries) | |||
DELET PERTICULER WORD FROM THE EXCEL SHEET | Excel Worksheet Functions | |||
how do I lock formulas, but still allow rows to be added or delet. | Excel Worksheet Functions |