problem with selecting something

S

solo_razor

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,
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top