Cool Buddy
Wise Old Owl
is it possible to perform data validation in excel through VB. If so how.
This is what I need to do:
if a cell's (say d6) value is greater than 50, generate a message saying that maximum value permitted is 50.
if the product of this cell and another cell (say d7) exceed 600, generate a message saying that this value cannot be entered.
This is what I need to do:
if a cell's (say d6) value is greater than 50, generate a message saying that maximum value permitted is 50.
if the product of this cell and another cell (say d7) exceed 600, generate a message saying that this value cannot be entered.