wrightlefty
Technical User
Cell "E12" is populated by validation.
All other validated cells look to "E12" for information.
If the value in cell "E12" is changed, all other cells should have any value in them cleared and be ready for a new value to be selected.
The code I tried to use does not work...
Private Sub worksheets(Custom_Motor)
If Click.cells.["E12"] Then Range("e14,e16,e18,e20,e22").ClearContents
End Sub
Thanks for all your help.
All other validated cells look to "E12" for information.
If the value in cell "E12" is changed, all other cells should have any value in them cleared and be ready for a new value to be selected.
The code I tried to use does not work...
Private Sub worksheets(Custom_Motor)
If Click.cells.["E12"] Then Range("e14,e16,e18,e20,e22").ClearContents
End Sub
Thanks for all your help.