I've tagged a bunch of boxes with the same tag in the properties.
"greyout"
I want to apply a conditional formatting to those textboxes with that tag if a value is true.
so if checkboxed then
greyout all boxes with conditional formatting.
I'm thinking along the lines of..
How?Code:Dim ctl As Control If JoiningSchool = True Then For Each ctl In Me.Controls If ctl.Tag = "greyout" Then