B Brent Mar 19, 2007 #1 Is there a way to insert a hard return or line break using the replace function in a cell? Thanks brent
Is there a way to insert a hard return or line break using the replace function in a cell? Thanks brent
D Dave Peterson Mar 19, 2007 #2 Use char(10) in your =replace() function. (and remember to turn wraptext on)
B Brent Mar 20, 2007 #3 Thanks! Dave Peterson said: Use char(10) in your =replace() function. (and remember to turn wraptext on) Click to expand...
Thanks! Dave Peterson said: Use char(10) in your =replace() function. (and remember to turn wraptext on) Click to expand...