I'm trying to develop a macro that will take input from a 2d barcode scan via a usb wedge barcode scanner and then determine if the data is formatted correctly. The problem I'm having with it is that the barcode uses non-standard ASCII characters, ie asc 27, 29 and 30 and this seems to play havoc with the input command.
Is there another way to get input that would accept the non-standard characters?