asyamonique
Well-known Member
- Joined
- Jan 29, 2008
- Messages
- 1,286
- Office Version
- 2013
- Platform
- Windows
Code:
Private Sub CheckBox1_Click()
Dim i As Integer
For i = 2 To 10
Me.Controls("CheckBox" & i).Value = CheckBox1.Value
Next i
End Sub
Good Day,
How can i send the checkbox labled names to the column"b' automaticly when they are selected?