Thread: Delete macros
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 6,953
Default Delete macros

Look at the VBA help example on the FindNext method.

Just search for the string using find/FindNext, then delete the row when it
is found.

--
Regards,
Tom Ogilvy


"Dave" wrote:

How do you delete a row when it contains a text string within other text
--
DSM