Character codes

M

Mikey May

I have exported a report with various fields as a V5 excel
document. My problem is that in one of the fields the
text contains a small box where a space should be and/or a
box at the end of the text.

I could do an Edit, Replace if I know what needs replacing.

Any ideas on how I could replace these with spaces or
ideally insert a column break if opening as a .txt or .csv?

Cheers
 
R

Roger Govier

Hi Mikey

To find what the value for Char() that you should be using, try
=CODE(MID(A1,n,1)) where n represents the position of the square box within
your data.
Then use this value in the previous formula I gave.
 
Top