View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Ron Rosenfeld Ron Rosenfeld is offline
external usenet poster
 
Posts: 5,651
Default Matching strings with a pattern

On Sun, 28 Mar 2010 12:47:20 -0400, "Rick Rothstein"
wrote:

That's a reasonable observation... thanks for noting it. I just posted
revised code to make sure at least one character exists before the
space/dash/space.


I noted your last revision. Of course, these kinds of modifications seem
simpler to me with regular expressions, than with sequential Like statements.
But that's just a matter of taste.
--ron