View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Frank Kabel Frank Kabel is offline
external usenet poster
 
Posts: 3,885
Default Deleting a row containing a found cell

Hi
if you have assignet the found cell to a range object use something
like
found_cell.entirerow.delete

--
Regards
Frank Kabel
Frankfurt, Germany

"Alan" schrieb im Newsbeitrag
...
After finding a cell using "Find", how do I delete the
entire row?

Regards,
Alan