View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Dave Peterson Dave Peterson is offline
external usenet poster
 
Posts: 35,218
Default how to use tab within a cell

Excel doesn't work well with tabs in the cell.

You can use a formula:

="this is " & char(9) & " a tab"

But all you'll see is a little box.

The best I can do in excel is use spaces.

===
Or use a table in MSWord and use ctrl-tab in that cell.

"Pierre via OfficeKB.com" wrote:

Hi,

can anybody explain to me how to use tab within a cell?
Thanks,
Pierre

--
Message posted via OfficeKB.com
http://www.officekb.com/Uwe/Forums.a...mming/200510/1


--

Dave Peterson