Berikut Cara Membuat Option Button Pada Excel seperti gambar diatas
Kemudian letakkan rumus ini
If OptionButton1.Value = True Then
Cells(kosong, 7).Value = "Laki-Laki"
Else
If OptionButton2.Value = True Then
Cells(kosong, 7).Value = "Perempuan"
End If
End If
OptionButton1 = ""
OptionButton2 = ""
Angka 7 diatas menunjukan kolom pada excell seperti gambar di bawah