I have four cells that are are dependent of each other using Data Validation. When I change the cell in column C it updates the pull down list in column D. This continues through F.
The problem is that if I have all of this information filled in and I decide to start over by changing the cell in column C, it may change the pull down list in column D but it still shows the last value I selected that is unrelated to what I just selected in column C.
I need to clear the next column after it updates the drop down list but that triggers the Worksheet_Change. I've tried ClearContents but that still triggers the Worksheet_Change.
The problem is that if I have all of this information filled in and I decide to start over by changing the cell in column C, it may change the pull down list in column D but it still shows the last value I selected that is unrelated to what I just selected in column C.
I need to clear the next column after it updates the drop down list but that triggers the Worksheet_Change. I've tried ClearContents but that still triggers the Worksheet_Change.