Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8
Default Tabbing within a cell

Is there a way to enter a tab in a cell?
--
Leah L. Hinds
Project Manager, Training & Support
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default Tabbing within a cell

Not really.

You could use a formula:

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

But that won't look pretty.



leahl wrote:

Is there a way to enter a tab in a cell?
--
Leah L. Hinds
Project Manager, Training & Support


--

Dave Peterson
  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,520
Default Tabbing within a cell

You can try char(9).

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


If this post helps click Yes
---------------
Jacob Skaria


"leahl" wrote:

Is there a way to enter a tab in a cell?
--
Leah L. Hinds
Project Manager, Training & Support

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Tabbing within a cell


Well, the answer is "Yes", but it's probably not what you want.

In cell formulas, Char(9) evaluates to a Tab, but it will appear as a
hollow box in Excel. If you copy and paste it to an application that is
'tab aware' - say Notepad, you will see a tab.

However, if you copy what you just pasted into Notepad and paste it
back into Excel, anything to the right of the tab goes into the next
cell - that's because Excel treats tabs as a command to move to the next
cell.

BTW, the Concatenate function is a good way to get tabs and other
'non-printing ASCII characters' into text strings, but as you see, what
you get may not be what you expected or wanted...


--
jamescox
------------------------------------------------------------------------
jamescox's Profile: http://www.thecodecage.com/forumz/member.php?userid=449
View this thread: http://www.thecodecage.com/forumz/sh...d.php?t=112454

  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8
Default Tabbing within a cell

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!
--
Leah L. Hinds
Project Manager, Training & Support


"jamescox" wrote:


Well, the answer is "Yes", but it's probably not what you want.

In cell formulas, Char(9) evaluates to a Tab, but it will appear as a
hollow box in Excel. If you copy and paste it to an application that is
'tab aware' - say Notepad, you will see a tab.

However, if you copy what you just pasted into Notepad and paste it
back into Excel, anything to the right of the tab goes into the next
cell - that's because Excel treats tabs as a command to move to the next
cell.

BTW, the Concatenate function is a good way to get tabs and other
'non-printing ASCII characters' into text strings, but as you see, what
you get may not be what you expected or wanted...


--
jamescox
------------------------------------------------------------------------
jamescox's Profile: http://www.thecodecage.com/forumz/member.php?userid=449
View this thread: http://www.thecodecage.com/forumz/sh...d.php?t=112454


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How do i change the color of a cell when tabbing? Lisa Z Excel Worksheet Functions 2 December 18th 08 02:51 PM
Tabbing to a specific cell eddie57[_4_] Excel Worksheet Functions 3 November 14th 07 02:54 AM
Tabbing from single cell to merged cell sparkle Excel Discussion (Misc queries) 0 May 24th 07 01:56 AM
Tabbing to the next cell katlane Excel Worksheet Functions 2 February 1st 06 05:45 PM
Tabbing/Indenting within a cell DianeMcP New Users to Excel 2 July 19th 05 05:33 PM


All times are GMT +1. The time now is 05:41 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"