View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.misc
T. Valko T. Valko is offline
external usenet poster
 
Posts: 15,768
Default strange character

Sort of on topic:

Enter this A1: <ALT127
B1: =CODE(A1)
C1: =CHAR(B1)

I ran into this a couple of weeks ago in a post. How do you clean the ALT
127's? Nothing I tried worked. The only thing that came close was REPLACE
but that crashed unless all the ALT 127's were in the exact same location.
FIND can't "find" 'em. SUBSTITUTE can't "find" 'em either.

Biff

"Ron Coderre" wrote in message
...
Try this for dealing with that situation in the futu

First: Identify the character
------------------------------------
Edit the cell and copy only the  character
Edit an empty cell and insert that character (using [ctrl]+V)
(assuming you put it into A1)
B1: =CODE(A1)

(B1 returns 194, the ASCII code for that character.)

Next: remove the character from the data
--------------------------------------------------------------
Select the range containing the offensive character.

Then...From the Excel main menu:
<edit<replace
Find what: Hold down [alt]...type 0194....release [alt]
Replace with: (Leave this field blank)
Click the [Replace All] button

Is that something you can work with?
***********
Regards,
Ron

XL2002, WinXP


"B of A BDO" wrote:

When I export from an internal appplciation to excel, this strange
character
appears in the column next to the numbers. This is what the character
looks
like Â.

It seems to have an effct on my ability to accurately sort any column
where
this character appears.

Can anyone help me. Even if it is a way of finding this character on the
keyboard and I could do a global replace.

Thanks