Hey guys,
I have a table that is setup with an AutoFilter so it's a little easier to work with considering the range of data that's in it. I'm trying to setup some code for a couple of the columns that when there is a change (data entered), it searches the whole column to verify it isn't a duplicate entry. The issue I'm coming across is that .Find will not locate a duplicate if that duplicate is currently "hidden" from the AutoFilter. Searching online I found people saying to set the LookIn argument to xlFormulas, but that doesn't work.
The code works perfectly, otherwise.
Oh, and using Excel 2003, SP3.
Any ideas?
I have a table that is setup with an AutoFilter so it's a little easier to work with considering the range of data that's in it. I'm trying to setup some code for a couple of the columns that when there is a change (data entered), it searches the whole column to verify it isn't a duplicate entry. The issue I'm coming across is that .Find will not locate a duplicate if that duplicate is currently "hidden" from the AutoFilter. Searching online I found people saying to set the LookIn argument to xlFormulas, but that doesn't work.
The code works perfectly, otherwise.
Oh, and using Excel 2003, SP3.
Any ideas?