hi,
I have a problem regarding selecting something.
I want to search in a excel sheet for a certain value e.g.
"description" Now i want to select everything under this cell
"description"
I got so far:
If Worksheets("sheet1").Cells.Find(What:="Description ",
After:=ActiveCell, LookIn:=xlFormulas, LookAt _
:=xlPart, SearchOrder:=xlByRows, SearchDirection:=xlNext, MatchCase:=
_
False).Activate Then
???????????????????
Can anybody help me?
Regards,
------------------------------------------------
~~ Message posted from
http://www.ExcelTip.com/
~~ View and post usenet messages directly from
http://www.ExcelForum.com/