DOSYA İndirmek/Yüklemek için ÜCRETLİ ALTIN ÜYELİK Gereklidir!
Altın Üyelik Hakkında Bilgi
Private Sub CheckBox1_Click()
Dim deg As String
ActiveCell.Offset(0, 11).Value = ""
If CheckBox1.Value = True Then deg = CheckBox1.Caption
If CheckBox2.Value = True Then deg = deg & " " & CheckBox2.Caption
If CheckBox3.Value = True Then deg = deg & " " & CheckBox3.Caption
ActiveCell.Offset(0, 11).Value = deg
End Sub
Private Sub CheckBox2_Click()
Dim deg As String
ActiveCell.Offset(0, 11).Value = ""
If CheckBox1.Value = True Then deg = CheckBox1.Caption
If CheckBox2.Value = True Then deg = deg & " " & CheckBox2.Caption
If CheckBox3.Value = True Then deg = deg & " " & CheckBox3.Caption
ActiveCell.Offset(0, 11).Value = deg
End Sub
Private Sub CheckBox3_Click()
Dim deg As String
ActiveCell.Offset(0, 11).Value = ""
If CheckBox1.Value = True Then deg = CheckBox1.Caption
If CheckBox2.Value = True Then deg = deg & " " & CheckBox2.Caption
If CheckBox3.Value = True Then deg = deg & " " & CheckBox3.Caption
ActiveCell.Offset(0, 11).Value = deg
End Sub
Userform'a bir tane commandbutton koyun.hocam n' olur af buyurun, bunun daha kısa bir yolu yok mudur? o kadar çok seçenekli sorum var ki formumda?
Dim deg As String
ActiveCell.Offset(0, 11).Value = ""
If CheckBox1.Value = True Then deg = CheckBox1.Caption
If CheckBox2.Value = True Then deg = deg & " " & CheckBox2.Caption
If CheckBox3.Value = True Then deg = deg & " " & CheckBox3.Caption
ActiveCell.Offset(0, 11).Value = deg