I can't do any Replace with strings : an example : This code don't works : Dim a as string Dim b as string a = "Test't" b= Replace$(a, "'", "\'") b must be "Test\'t" after, no ? what's the problem ? tks Carl