Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Quick question, I need to create something to go along with or to replace the belo lines. Basically, I am trying to right a code, that is going to loo for a person's name, and in this instance it's "Franks, Jinx" and the automatically delete every row from that point up to Row 7, s basically it needs to delete everything from Row 8: Cells.Find...if yo get my drift...any idea's?? Cells.Find(What:="Franks, Jinx", After:=ActiveCell LookIn:=xlFormulas, _ LookAt:=xlPart, SearchOrder:=xlByRows, SearchDirection:=xlNext _ MatchCase:=False, SearchFormat:=False).Activate Rows("7:159").Select Range("A159").Activate Selection.Delete Shift:=xlU -- dok11 ----------------------------------------------------------------------- dok112's Profile: http://www.excelforum.com/member.php...fo&userid=1058 View this thread: http://www.excelforum.com/showthread.php?threadid=38013 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Finding 1st,2nd,3rd etc | Excel Discussion (Misc queries) | |||
Finding non-zero value | Excel Discussion (Misc queries) | |||
Finding the value of x | Excel Worksheet Functions | |||
Finding Row | Excel Discussion (Misc queries) | |||
vba..finding first non-zero value in a row | Excel Programming |