My goal is to eliminate duplicate value not only in sheet1, but to include values of sheet2 and sheet3 for example! So when I type a value which is already existing in sheet1(for example I'm working in sheet2), to activate the condition of duplicating I get this message error when I try to select more than one sheet in any conditional formatting rule: "you cannot use references to other worksheets or workbooks for conditional formatting criteria"
views:
10answers:
1
A:
You'll have to code an event like Worksheet_Change to check for the duplication.
Lance Roberts
2010-09-01 17:15:38