J
John Keith
I am dealing with a spreadsheet that is downloaded from another
application. The parent application allows html text and includes some
bullits. When this text is downlaoded to an excel spreadhseet the
bullits are converted to the followng text string:
•
The ¢ is chr(128) and the € is chr(162) (I may have these reversed?)
but I have not been able to determine the code for the â.
But indepedent of not knowing the code for the one character I'm
having trouble dealing with these characters. Using a manual search
for just one character nothing is found.
I'd like to replace this string of characters (•) with a "-" and
maybe a CR/LF at the start so that the resulting text looks similar to
the html.
How do I deal with these unusual characters?
Thanks for the suggestions!
John Keith
(e-mail address removed)
application. The parent application allows html text and includes some
bullits. When this text is downlaoded to an excel spreadhseet the
bullits are converted to the followng text string:
•
The ¢ is chr(128) and the € is chr(162) (I may have these reversed?)
but I have not been able to determine the code for the â.
But indepedent of not knowing the code for the one character I'm
having trouble dealing with these characters. Using a manual search
for just one character nothing is found.
I'd like to replace this string of characters (•) with a "-" and
maybe a CR/LF at the start so that the resulting text looks similar to
the html.
How do I deal with these unusual characters?
Thanks for the suggestions!
John Keith
(e-mail address removed)