Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
compare against vbCrLf or maybe even vbLf.
You don't need to test each character if you just want to know if it contains one, use Instr. -- --- HTH Bob (change the xxxx to gmail if mailing direct) "Roland" wrote in message ... I need to locate cells that contain carriage returns. I have no trouble writing the VBA code to loop each cell and test each character within each cell. But I do not know what constant to use as I compare each character to identify carraiage returns. Can someone please tell me the constant that represents a carriage return? Many thanks. -- Roland |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Separating carriage return data into separate cells | Excel Discussion (Misc queries) | |||
locating carriage return within cells | Excel Programming | |||
How do merge two cells with a carriage return in between the two v | Excel Discussion (Misc queries) | |||
Join 2 cells with carriage return in between | Excel Discussion (Misc queries) | |||
Carriage Return | Excel Programming |