Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Thadius
  • Content: Threads
  • Order by date
  1. Thadius

    Preventing Duplicates

    I am working with a user form that I need to check for duplicate, and prevent them from being entered. Any help would be greatly appreciated. Private Sub cmdAdd_Click() Dim lRow As Long Dim lPart As Long Dim ws As Worksheet Set ws = Worksheets("Items") 'find first empty row in database...
  2. Thadius

    Preventing duplicates in Excel VBA

    I am working with a user form that I need to check for duplicates and then return a message to the user if an item already exsists. Any help would be greatly appreciated. Private Sub cmdAdd_Click() Dim lRow As Long Dim lPart As Long Dim ws As Worksheet Set ws = Worksheets("Items") 'find...

Part and Inventory Search

Back
Top