Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
I have the same issue as in this post (with a different word) from 2005:
****I need to find the word "High" in a whole speedsheet, and remove the whole row containg that word. Thanks**** This was the response: Sub FindCellDeleteRow() ' Cells.Find(What:="high").Activate ActiveCell.Rows("1:1").EntireRow.Select Selection.Delete Shift:=xlUp End Sub My question is how do I apply the solution? Where does this does this code go? Any info would be greatly appreciated. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Finding and deleting question marks | Excel Discussion (Misc queries) | |||
Finding repeated data in a excel spreadsheet | Excel Discussion (Misc queries) | |||
Finding Duplicate Names from Different Lists... | Excel Discussion (Misc queries) | |||
Finding and Deleting duplicates in a column | Excel Worksheet Functions |