Hi guys, I'm trying to convert a string to float. The string contents are "56½". I've tried both replace(st,"½",".5") and replace(st, Chr$(194), ".5 ") neither helps. Any ideas? tia ted