Thanks Fell.
So if i convert a Scientific Notational value to a string ( ie A = .87659003E-02, A$ = STR$(A)) and I want to search for "E-02" is that the INSTR function that I would use?
Result = INSTR(A$,"E-02")
When I run that code I get zero. The RIGHT$(A$,4) actually comes up with "E-03".
I'm a little stumped on it, brain has ceased.