View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.misc
Bernard Liengme Bernard Liengme is offline
external usenet poster
 
Posts: 4,393
Default Alt+Enter in cell with link to another cell

Two observations:
1) use CHAR(10) not CHR(10) if you are making a formula

2) when I typed "apple" , ALT+ENTER and then "pie" I got the phase on two
line in a row of the right size. But then I used
=Sheet2!A1&CHAR(10)&Sheet2!B1, I had to turn wrap on for that cell and
manually increase the row height

best wishes
--
Bernard V Liengme
Microsoft Excel MVP
http://people.stfx.ca/bliengme
remove caps from email

"Don" wrote in message
...
Hi friends

I know in a cell as you type you can press Alt+Enter as you are typing to
show in the cell on next line so you can line up text. I also know that
as a
macro it shows as & Chr(10) & but I want to link to other sheet that has a
few Description lines and put each line of descriptions on its one line in
a
cell

When I enter the formula

='TAS tran'!AI2&Chr(10)&'TAS tran'!AJ2&Chr(10)&'TAS tran'!AK2

it gives a #NAME? error.

How can I do in a formula to Alt+Enter so the Description lines start to
the
left?

thanks