Thread: tab in a cell
View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.misc
Dave Peterson Dave Peterson is offline
external usenet poster
 
Posts: 35,218
Default tab in a cell

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.

Maanu wrote:

Hi,

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

Thanks!


--

Dave Peterson