Hi CJ,
Here is my code for the "No" and "N/A" values:
Private Sub SetControl(ThisCtrl As Control, LastCtrl As Control)
Debug.Print ThisCtrl.Name
ThisCtrl.Visible = Replace(Nz(LastCtrl.Value, "N/A"), "N/A", "No") <> "No"
If ThisCtrl.Visible = False Then ThisCtrl.Value = Null...