I am new to VB .. I have a great vb code that will validate barcode check digit when I post the code in the worksheet, but I need it to work inside of an userform. The code is ....
Private Sub Worksheet_Change(ByVal Target As Range)
Dim r As Range
Dim cell As Range...