tab in a cell

  • Thread starter Thread starter Maanu
  • Start date Start date
M

Maanu

Hi,

How can I put a tab in a cell?. If I press the tab key, the control goes to
the next cell.

Thanks!
 
You can use the Indent feature. Look for the icon that looks like a
paragraph, with a right arrow to the left of it.

--
HTH

Kassie

Replace xxx with hotmail
 
go to Tools / Options / Transition / Transition Navigation Key and remove
check mark
 
You could use =char(9) like:

="Some text before the tab"&char(9)&"some text after the tab"

But you'll see a little square where the tab character is. Excel isn't much of
a word processor.

Depending on what you're doing, you may find using a table in MSWord easier.
 
Back
Top