I have data validation set up in excel to provide input messages when a cell is active ("Click Yes or No"
.
The "Yes" and "No" are checkboxes.
When "No" is clicked the cell in the next row becomes active by using "Range("a26"
.activate"
The problem is that when "A26" becomes active, the corresponding input message isn't the one for "A26", it's for the cell that *was* active.
Any suggestions?
The "Yes" and "No" are checkboxes.
When "No" is clicked the cell in the next row becomes active by using "Range("a26"
The problem is that when "A26" becomes active, the corresponding input message isn't the one for "A26", it's for the cell that *was* active.
Any suggestions?