Square symbol

M

Marc

Hi,
I created a Excel sheet by using a DBF.
Some cell values contains SQUARE symbols at the end of the line.
I opened the same excel sheet in a different machine,
but there I cannot see that symbol.
My OS is Windows XP and using Office 2003
Pls someone tell me what is the reason for this.
 
P

Pete_UK

Those square symbols represent non-printable characters. You can find
out the code of, say, the last one by using this formula:

=CODE(RIGHT(A1))

It may return 160, which is the code for a non-breaking space
character.

Hope this helps.

Pete
 
R

Rick Rothstein

Those square symbols represent non-printable characters.
You can find out the code of, say, the last one by using this
formula:
=CODE(RIGHT(A1))

It may return 160, which is the code for a non-breaking
space character.

I'm thinking it may return 13... the CarriageReturn part of a CarriageReturn/LineFeed combination used as a "newline" character sequence in Windows.

--
Rick (MVP - Excel)


Those square symbols represent non-printable characters. You can find
out the code of, say, the last one by using this formula:

=CODE(RIGHT(A1))

It may return 160, which is the code for a non-breaking space
character.

Hope this helps.

Pete
 
M

Marc

Thanks,
But these symbols I can see only in one computer.
I opened the same excel sheet in different computers
I couldn't see square symbols in those machines.

Rick Rothstein said:
Those square symbols represent non-printable characters.
You can find out the code of, say, the last one by using this
formula:
=CODE(RIGHT(A1))

It may return 160, which is the code for a non-breaking
space character.

I'm thinking it may return 13... the CarriageReturn part of a
CarriageReturn/LineFeed combination used as a "newline" character sequence
in Windows.

--
Rick (MVP - Excel)


Those square symbols represent non-printable characters. You can find
out the code of, say, the last one by using this formula:

=CODE(RIGHT(A1))

It may return 160, which is the code for a non-breaking space
character.

Hope this helps.

Pete
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top