The following code locates a cell that I would like to select as my firstrow, Can someone explain, how I can set the firstrow from this code.
Cells.Find(What:="Press", After:=ActiveCell, LookIn:=xlFormulas, _
LookAt:=xlPart, SearchOrder:=xlByRows, SearchDirection:=xlNext, _
MatchCase:=True)
thanks
Matt
Cells.Find(What:="Press", After:=ActiveCell, LookIn:=xlFormulas, _
LookAt:=xlPart, SearchOrder:=xlByRows, SearchDirection:=xlNext, _
MatchCase:=True)
thanks
Matt