I am trying to get the duplicated input removed. I have a input form that a user can input a new serial number, however if it is a duplicate I need the program to remove it. The code I am using is as follows:
Public clr As Boolean
Public eRow As Long
Public dup As String
Private Sub...