+ Reply to Thread
Results 1 to 1 of 1

QR Code vs BarCode

Hybrid View

renrut_5 QR Code vs BarCode 05-20-2020, 07:03 AM
  1. #1
    Registered User
    Join Date
    04-21-2017
    Location
    Tennessee
    MS-Off Ver
    2013
    Posts
    25

    QR Code vs BarCode

    Hello, The following code will take a QR code down to the "normal" format of the way our part numbers are submitted. However, there are times that we have a repaired part number that has text at the end of the format letting us know it is a repaired part number. Example: Normal part number is formatted as such 410010-5400, six numbers, then a hyphen, then four numbers. This works great and a scanned QR Code will trim and format the same. The repaired part numbers have an RJ at the end of this format like this: 410010-5400RJ. If I scan a bar code or a qr code for a repaired item it will cut the "R" and leave the following: 410010-5400J and can not find this part number in the excel sheet. Please assist. Thanks in advance.

     
    
    If txpn1.Text <> "" Then
    Dim qrCode As String: qrCode = txpn1.Text
    Dim X
    X = Split(qrCode, "$")(0)
    X = Format(Replace(X, "R", ""), "000000-0000")
    txpn1.Text = X
    End If
    txpn1.SetFocus
    Attached Files Attached Files

+ 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. QR code vs Barcode and keyboard input
    By renrut_5 in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 04-27-2017, 10:02 AM
  2. Replies: 0
    Last Post: 03-17-2017, 10:52 AM
  3. Code 128 font not readable by barcode scanner
    By earvinnill in forum Excel General
    Replies: 3
    Last Post: 02-21-2017, 02:12 AM
  4. [SOLVED] Create barcode in single cell using product code
    By Paulo19 in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 08-18-2016, 01:06 PM
  5. Code 128 barcode font and .bas file permanent?
    By SchmelzPiece in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 12-12-2013, 05:14 AM
  6. Replies: 1
    Last Post: 12-18-2011, 12:32 PM

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