Skip,
THank you for your help.
How do I compare two cells. Suppose I have two cells C1 and C2. If C1 not equals C2, I want to put out a warning message.
Conditional Formatting could change the colour of the background or foreground to highlight the issue. Or you could conditional format a third cell containing the error message. Text colour white unless condition met.
Or use an if statement in VBA (If Range("a1").value<>range("a2").value....to display a message box
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.