Thread: Ascii in a cell
View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.misc
Gord Dibben Gord Dibben is offline
external usenet poster
 
Posts: 22,906
Default Ascii in a cell

We have known that for a while, but this is the first time I've seen it in
print<g


Gord

On Sat, 2 Sep 2006 14:51:01 -0700, Mr Doggo <Mr
wrote:

you are a monster dave!!!
thax a lot. (y)

"Dave Peterson" wrote:

=a1&char(10)&b1

remember to format|Cells|alignment tab|wraptext
or you'll see a little square box.

=char(10) is the same as alt-enter if you were typing.

Mr Doggo wrote:

Hie team:

I need to know if is possible that in a cell we can use ascii character or
commands. imean, in a cell i want to merger to cells but that appear in every
single line inside the cell

cell a1 = hi
cell b1 = there
cell c1 = ="a1" & (what need i use in order to put enter here) & "b1"

i want to in cell c1 appear:
hi
there
if possible ?

regards


--

Dave Peterson


Gord Dibben MS Excel MVP