View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
KAREN27 KAREN27 is offline
external usenet poster
 
Posts: 2
Default Removing Spaces within text

Hi All,

I need to write some code to solve this problem.

I have a column of entries that I need to search through, and if it finds
any cells that have entries with a space - then remove the space and join
together the text on either side of the space.

For example:

abc123
def 456
ghi 789 jkl

.... the result in the column would then be

abc123
def456
ghi789jkl

Thanks very much for your help
Karen