Hi.
I have been trying to loop through around 300 text boxes on a form to apply conditional formatting with little success. I have populated the text boxes with the following code:
[code]
TextBox18.Text = Application.VLookup(ComboBox1.Value, Range("C4:NK76"), 7, False)
TextBox19.Text =...