View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Bernard Liengme Bernard Liengme is offline
external usenet poster
 
Posts: 4,393
Default Remove All White Space

With a formula: =SUBSTITUTE(A1," ","")
But you can also use Edit | Find and Replace. In the find box tap the Space
key once, leave the With box empty
best wishes
--
Bernard V Liengme
Microsoft Excel MVP
http://people.stfx.ca/bliengme
remove caps from email

"Carol" wrote in message
...
How do I remove all the white spaces from the text in a single cell. In
one
cell I have two words, "Report Name" I want to copy this to another cell
with
out the single whitespace in the midde like this, "ReportName".