Seeking the character code for entering a Hard Return in a cell?

J

JKing

Does anyone know how to enter a Hard Return within a cell? In my version of
Excel-- Professional 2003, in the Symbol dialogue box, a hard return is not
an option within the Special Characters box.
 
N

Niek Otten

ALT-ENTER

--
Kind regards,

Niek Otten
Microsoft MVP - Excel

| Does anyone know how to enter a Hard Return within a cell? In my version of
| Excel-- Professional 2003, in the Symbol dialogue box, a hard return is not
| an option within the Special Characters box.
 
G

Gord Dibben

Alt + Enter

If in a formula use the CHAR(10) function.

="string " & CHAR(10) & "string2"


Gord Dibben MS Excel MVP
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top