I've got a number of text boxes that have calculations in the control source that work off other fields in the form. There are 32 of these boxes named R1 - R32
I want to run VBA in the background to:
1. Pass through all 32 text boxes - R1 through to R32
2. Ignore any text box values that are 0 or null
3. Identify the lowest value text box
4. Change the color of the lowest value text box to green
Thanks
I want to run VBA in the background to:
1. Pass through all 32 text boxes - R1 through to R32
2. Ignore any text box values that are 0 or null
3. Identify the lowest value text box
4. Change the color of the lowest value text box to green
Thanks