Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a textbox on a userform I use to input data on to a worksheet. The
data is a seven digit number and I want to ensure I don't have any duplicates of the number entered. Is there a way I can achieve this using code? Here is the code I have so far: Dim LastRow As Object Set LastRow = Worksheets("Blends Produced").Range("A6000").End(xlUp) LastRow.Offset(1, 0).Value = Me.TextBox1.Value Cheers Greg |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Looking up duplicates | Excel Discussion (Misc queries) | |||
Duplicates | Excel Worksheet Functions | |||
Condensing a list with duplicates to a list with non-duplicates | Excel Worksheet Functions | |||
Duplicates in excel that aren't 100% DUPLICATES ... | Excel Discussion (Misc queries) | |||
VBA - Do not allow duplicates | Excel Worksheet Functions |