View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
David127 David127 is offline
external usenet poster
 
Posts: 11
Default VBA Find & Replace Intelligently

Hello- I'm looking for a way of automating the replacement of a variable list
of numbers preceded by a name & then repeat until a blank space. For example:

Start With End With
Name1 Name1
33333 Name1
33334 Name1
33335 Name1
Name2 Name2
44444 Name2
44445 Name2
44466 Name2

Thanks in advance!