+ Reply to Thread
Results 1 to 2 of 2

Convert arial text field to barcode

Hybrid View

  1. #1
    bob engler
    Guest

    Convert arial text field to barcode

    I have a WS that has serial numbers scanned from products
    into a cell in arial font. I want to take the number in there and
    convert it to a 3 out of 9 barcode in another cell so we can scan
    that back into another system from the printout of the WS. The
    system we are putting it into has no import function and can only
    have the serial numbers typed or scanned in. I copied all the
    serial numbers to another column and reformatted it to True Type
    font 3 of 9 but can't get the scanner to read it.

    Any ideas??




  2. #2
    macropod
    Guest

    Re: Convert arial text field to barcode

    Hi Bob,

    In addition to the numbers, 3of9 barcode data should have an asterisk at
    each end.

    In your worksheet, you could use a formula like:
    ="*"&A1&"*"
    to get the correct barcode. For some applications, a mod43 checksum is also
    required - before the last asterisk.

    Also, some scanners might require the barcode to have a particular minimum
    aspect ratio and/or height for the font, and a minimum quiet space around
    the font might also be required, so make sure the whole font is visible in
    the cells concerned and that there's nothing else around the barcode that
    might confuse the scanner. You may have to increase the row height and/or
    column width for this.

    Cheers

    --
    macropod
    [MVP - Microsoft Word]


    "bob engler" <engler@0sand1s-software.com> wrote in message
    news:OSNNoxXoGHA.5104@TK2MSFTNGP04.phx.gbl...
    > I have a WS that has serial numbers scanned from products
    > into a cell in arial font. I want to take the number in there and
    > convert it to a 3 out of 9 barcode in another cell so we can scan
    > that back into another system from the printout of the WS. The
    > system we are putting it into has no import function and can only
    > have the serial numbers typed or scanned in. I copied all the
    > serial numbers to another column and reformatted it to True Type
    > font 3 of 9 but can't get the scanner to read it.
    >
    > Any ideas??
    >
    >
    >




+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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