Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
How do i use Find & Replace from the menu to replace a known delimiting
character(eg a comma) with a carage return and/or line feed character? Regards, Shaun. |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
On Wed, 15 Mar 2006 06:31:07 -0800, Shaun_C
wrote: How do i use Find & Replace from the menu to replace a known delimiting character(eg a comma) with a carage return and/or line feed character? Regards, Shaun. I don't believe you can do that. You'd have to use a VBA procedure. Or, you should be able to do it within Microsoft Word. --ron |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I think you'll need VBA for carriage control, but you can use this for the line
feed: Select the range edit|replace what: , (or whatever you want) with: ctrl-j replace all You may have to change format|cells|alignment tab|wraptext to make it look pretty. You could use alt-0010 (from the numeric keypad) instead of ctrl-j if you want. Shaun_C wrote: How do i use Find & Replace from the menu to replace a known delimiting character(eg a comma) with a carage return and/or line feed character? Regards, Shaun. -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
how to find replace text or symbol with carriage return | New Users to Excel | |||
How do create a formula to evalute a # to return 1 of 4 conditions | Excel Worksheet Functions | |||
Using a Vlookup to return values in a data list? | Excel Worksheet Functions | |||
if the value of a cell in a range is not blank, then return the v. | Excel Worksheet Functions | |||
Pivot Table Zero Value | Excel Discussion (Misc queries) |