+ Reply to Thread
Results 1 to 2 of 2

printing of tab char in multi-line cell

  1. #1
    Registered User
    Join Date
    07-18-2014
    Location
    USA
    MS-Off Ver
    2013
    Posts
    36

    printing of tab char in multi-line cell

    I have a multi line field on a form which is then saved to a cell. Text that contains a tab character (for example "ABC" <tab> "DEF" is displayed properly in the form field but, when the cell is printed to a PDF printer, the "C" and the "D" overlap. does anyone know what may be causing this?
    Thanks, Joe

  2. #2
    Forum Expert dflak's Avatar
    Join Date
    11-24-2015
    Location
    North Carolina
    MS-Off Ver
    365
    Posts
    7,920

    Re: printing of tab char in multi-line cell

    I am guessing here, but I'll put my lunch money on that the so-called tab character isn't really a tab (ASCII 7) but a line feed (ASCII 10). What the printer wants is both a carriage return (ASCII 13) and line feed (ASCII 10). Welcome to the world of teletype machines.

    If that is the case, You may have to "convert" the text =Substitute(CellRef,Char (10),Char(10)&CHAR(13)) or you could highlight the range and use CTRL-H with the same substitutions. It will not appear any different to Excel, but it may make a difference to the PDF Printer.

    The question is why are you sending it to a PDF printer when Excel 2013 allows you to save the sheet(s) as PDF.


    This piece of code converts a string to its ASCII equivalent characters so you can see what is really there.
    Please Login or Register  to view this content.
    One spreadsheet to rule them all. One spreadsheet to find them. One spreadsheet to bring them all and at corporate, bind them.

    A picture is worth a thousand words, but a sample spreadsheet is more likely to be worked on.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 4
    Last Post: 05-20-2020, 02:23 PM
  2. Replies: 8
    Last Post: 03-10-2015, 01:05 AM
  3. [SOLVED] Unable to get cell count when using line breaks char(10)
    By Ronoh in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 10-01-2014, 01:10 PM
  4. Fit to Cell Multi-Line
    By daved2424 in forum Excel General
    Replies: 2
    Last Post: 03-20-2010, 09:14 AM
  5. multi color printing in cell
    By denbid in forum Excel - New Users/Basics
    Replies: 2
    Last Post: 06-25-2006, 10:10 PM
  6. [SOLVED] CAN I REPLACE NON-PRINTING CHAR(127) WITH A SYMBOL?
    By QDZF in forum Excel Programming / VBA / Macros
    Replies: 10
    Last Post: 04-18-2006, 08:15 PM
  7. Replies: 3
    Last Post: 06-07-2005, 09:05 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1