View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
digiphotogirl digiphotogirl is offline
external usenet poster
 
Posts: 1
Default VBA- Contains any element

Is there any way I can search a string to see if it contains any element of
another string (or array)? If so, can you give me an example so I can get
the syntax right.

I am trying to force entry of more than 5 characters, at least one of which
is from the 26-character alphabet, into a form text box.

Thanks.