Input Boxes and data validation

J

John

Hi.
If I am using input boxes to enter data into a worksheet, is it also
possible to have data validation on the cell?

Thanks
J
 
D

Debra Dalgleish

Data validation only tests values that are typed in the cells. You could
use programming to test the values entered in the input box.
 
Top