![]() |
#1
|
|||
|
|||
![]()
Hello,
I have a spreadsheet that has cells that are formatted with "wrap text" and the value is a short 2 to 5 word title. within the title it sometimes contains a chr(10) (carriage return). I am using this line to remove the carriage return: Sheets(1).Cells.Replace What:=Chr(10), Replacement:="" The problem is that sometimes there is no space in between words, just the carriage return and it joins the 2 words without spaces. In other occasions it has a space before the carriage return and it works out fine for that case. How can i get it so that there will be only 1 space in between words in the cell without carriage returns? thanks! |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
carriage return on PPT | yangthomson | PowerPoint | 0 | 04-21-2016 07:16 PM |
![]() |
paik1002 | Word | 1 | 03-30-2016 12:16 AM |
Inserting Carriage Return | rsrasc | Word VBA | 4 | 02-15-2015 11:23 PM |
![]() |
sinbad | Word VBA | 6 | 02-27-2012 03:51 AM |
Carriage Return Help | UCHelp | Word | 1 | 04-04-2010 10:11 PM |