Is there a way to validate cells in the same row has uniqe values. that is
none of the information in the cells in the same row should be the same. I
need this validation for the cells containing texts.
I will Use:
Dim oldAddress= acitvecell.address
Find(cell value, By Row)
if no error, and no change row then
msgbox "duplicate found"
Range(oldAddress).select
Somthing like that.
> Is there a way to validate cells in the same row has uniqe values. that is
> none of the information in the cells in the same row should be the same. I
> need this validation for the cells containing texts.
Volkan Akyuz - 22 Aug 2006 11:01 GMT
Many many thanks,
But the table I will use is something like that
http://www17.brinkster.com/vakyuz/Kitap1.htm
And I need to know for which lines there is a conflict (Çakışma). Such that
one teacher can not take a lesson more than one.
If the way you know is programming via Visual Basic, please include more
details, because I am very novice in programing visual basic in Excel. Many
thanks again
"jchen":
> I will Use:
> Dim oldAddress= acitvecell.address
[quoted text clipped - 4 lines]
>
> Somthing like that.