View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Dave[_16_] Dave[_16_] is offline
external usenet poster
 
Posts: 2
Default VBA to Find & Delete

would anybody be able to give me code to do the following;

i have a list of destinations A-Z, with 2 columns of data
in columns B & C

i would like to find specific destination names,
forexample 'France,Paris', and then delete the whole row
which that destination is on. I would then like to repeat
this several times

thanks in advance for any help
Dave