I have a sheet with hundreds of lines in col A.
When I ADD a NEW line below, the value in the Range("A" & newline) must match either of the values apples/bananas/oranges.
Is there a way to do this using the Worksheet Change Event, instead of using data validation ?
Thanks.
When I ADD a NEW line below, the value in the Range("A" & newline) must match either of the values apples/bananas/oranges.
Is there a way to do this using the Worksheet Change Event, instead of using data validation ?
Thanks.