check if a string contains a particular character

  • Thread starter Thread starter kalle
  • Start date Start date
K

kalle

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?
 
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?

Look at the Instr method
--ron
 
Back
Top