Nonbreaking Spaces in Excel @!*$#

G

Guest

Does anyone know how to get rid of nonbreaking spaces in Excel? Search and
Replace does not work in Excel and the sort function does not work properly
with these pesky nonbreaking spaces. Help!
 
R

Ron Rosenfeld

Does anyone know how to get rid of nonbreaking spaces in Excel? Search and
Replace does not work in Excel and the sort function does not work properly
with these pesky nonbreaking spaces. Help!

=substitute(a1,char(160),"")

--ron
 
G

Guest

Try this to remove them:

<Edit><Replace>
Find What: [Alt]+0160.......(Hold down [Alt]…type 0160…release [Alt])
Replace with: (leave this blank)
Click [Replace All]

0160 is the ASCII code for the non-breaking space character

Does that help?
***********
Regards,
Ron

XL2002, WinXP
 
G

Guest

This works--but only if you remember to use the NUMPAD to enter 0160--Thanks!

Ron Coderre said:
Try this to remove them:

<Edit><Replace>
Find What: [Alt]+0160.......(Hold down [Alt]…type 0160…release [Alt])
Replace with: (leave this blank)
Click [Replace All]

0160 is the ASCII code for the non-breaking space character

Does that help?
***********
Regards,
Ron

XL2002, WinXP


PlayingToAudienceOfOne said:
Does anyone know how to get rid of nonbreaking spaces in Excel? Search and
Replace does not work in Excel and the sort function does not work properly
with these pesky nonbreaking spaces. Help!
 

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