No sir, it's still maintaining the the enter data string input by the scanner. I just need the first seven characters. With MsgBox "[" & Left(Me.A1,7) & "]"
I have a message box to pop up with the first 7 characters, but I need the text box to only retain the first 7 characters scanned, not the entire string.