Relative Content

Tag Archive for vbaloops

Excel VBA CheckBox1_Click() Looping

The below code goes into an endless loop if you click on checkbox1. Any idea why? If I step through the code, it alternatively jumps through each of the two TextBox1.value=… statements. It does not visibly update the check box.