Tabbing within a cell

  • Thread starter Thread starter leahl
  • Start date Start date
Not really.

You could use a formula:

="some text" & char(9) & "more text"

But that won't look pretty.
 
You can try char(9).

="Field1" & char(9) & "Field2" & char(9) & "Field3"


If this post helps click Yes
 
Thanks to all of you. I will try all ways. I knew I could get a great
answer! Even if it is not the exact one I wanted. Thanks again!
 
Back
Top