I'm trying to get different multiple check boxes to write to the same cell without overriding previous info.
If CheckBox13.Value = True _ Then Range("A1").Value = "True 1" End If
If CheckBox14.Value = True _ Then Range("A1").Value = Range ("A1").Value + "True 2" End If
Does that look accurate?
Aucun commentaire:
Enregistrer un commentaire