View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
solo_razor[_2_] solo_razor[_2_] is offline
external usenet poster
 
Posts: 1
Default problem with selecting something

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/