Showing 1 Result(s)

Excel VBA Macro

Here’s some example code that you can use in an Excel VBA macro… Before you begin, make sure you have downloaded and installed the barcode reader sdk for windows, and run REGISTER.BAT as administrator in the bin folder. Set Barcode = CreateObject(“SoftekBarcodeCOM.Barcode”) ‘ Set the license key here Barcode.LicenseKey = “MY LICENSE KEY” Barcode.ScanDirection = …