R
Rich
I need to prohibit the use of duplicate part numbers in a certain range of
cells.
Using the worksheet_change event, I create an array of all existing part
numbers. I can then go thru that array and compare it with the value of the
cell that the user just typed a part number into.
If I find that the part number that the user just typed in is a duplicate, I
don't want to allow the focus to shift to another cell, and I want the cell
value to be highlighted....similar to "data validation" where the data won't
be accepted into the cell if it is invalid. I'm not sure how to do this part
of the task.
Can anyone point me in the right direction?? TIA.
cells.
Using the worksheet_change event, I create an array of all existing part
numbers. I can then go thru that array and compare it with the value of the
cell that the user just typed a part number into.
If I find that the part number that the user just typed in is a duplicate, I
don't want to allow the focus to shift to another cell, and I want the cell
value to be highlighted....similar to "data validation" where the data won't
be accepted into the cell if it is invalid. I'm not sure how to do this part
of the task.
Can anyone point me in the right direction?? TIA.