+ Reply to Thread
Results 1 to 4 of 4

QR code vs Barcode and keyboard input

  1. #1
    Registered User
    Join Date
    04-21-2017
    Location
    Tennessee
    MS-Off Ver
    2013
    Posts
    25

    QR code vs Barcode and keyboard input

    Hello,

    I am struggling with a textbox input. I am using a scanner to input a value into a textbox. When the scanner sees a barcode the input is correct and to size such as. xxxxxx-xxxx, this is also correct with a keyboard entry. However, when the qrcode is scanned I receive an extra long code that has the above mentioned barcode scan sequence in it, minus the hyphen, with numbers and/or letters before and after it. How do I remove both the letters/numbers before and after the needed text string and add the hyphen. The location of the hyphen will always be before the last four digits and the code I need will be this standard length. The reason I ask is some of our products only have the QR code and the scan is somewhat quicker than the keyboard. Thanks.

  2. #2
    Forum Expert CK76's Avatar
    Join Date
    06-16-2015
    Location
    ONT, Canada
    MS-Off Ver
    MS365 Apps for enterprise
    Posts
    5,973

    Re: QR code vs Barcode and keyboard input

    You'd need to give sample of few QR code as it's appearing now and how it should appear after manipulation.

    Code will largely depend on what variations will be there before and after the needed string.

  3. #3
    Registered User
    Join Date
    04-21-2017
    Location
    Tennessee
    MS-Off Ver
    2013
    Posts
    25

    Re: QR code vs Barcode and keyboard input

    QR Code is as follows: R4100102930$1$200vdl$$h235$-----
    Bar code: 410010-2930
    The excel sheet I am using for inventory check, pick and add is setup with the bar code layout so I need the QR code to match the bar code.
    Thanks

  4. #4
    Forum Expert CK76's Avatar
    Join Date
    06-16-2015
    Location
    ONT, Canada
    MS-Off Ver
    MS365 Apps for enterprise
    Posts
    5,973

    Re: QR code vs Barcode and keyboard input

    Something like below. So assign QR Code string to a variable then use split function to extract string before "$". Then use Replace to remove "R". And then use Format to insert "-" at specific position.
    Please Login or Register  to view this content.
    If you want, you can combine it into single line.

+ 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. Input carriage return and tab from Barcode input
    By itsunclebill in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 05-04-2015, 04:00 PM
  2. Barcode Scanner Data Input
    By mcnicolh in forum Excel General
    Replies: 5
    Last Post: 10-15-2014, 10:27 AM
  3. Tracking number input using barcode input...
    By garyk76 in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 12-10-2011, 12:18 AM
  4. Automatic tracking number input using barcode input...
    By garyk76 in forum Excel General
    Replies: 0
    Last Post: 12-09-2011, 11:15 AM
  5. Barcode = row input
    By M@rk B in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 10-17-2011, 06:31 PM
  6. Barcode Input to Speech
    By cycling_mike in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 05-22-2011, 05:39 PM
  7. Automated Barcode & Data Input
    By BuckFestoon in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 09-25-2008, 11:06 AM

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