View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Ron Rosenfeld Ron Rosenfeld is offline
external usenet poster
 
Posts: 5,651
Default check if a string contains a particular character


On Thu, 09 Jul 2009 03:22:47 -0700, kalle wrote:


Hi

I have a number of cells in a worksheet that I will read and save to a
database.
Before I save I want to check if the string contains an particular
character.

How do I do that?

*** Sent via Developersdex http://www.developersdex.com ***


Look at the Instr method
--ron