Tengo optionbutton y checkbox y quiero pasar valores hacia otra hoja como seria?

Esto seria hoja normal:

If OptionButton13.Value = True Then
Sheets("MKP").Range("K" & Bos_Satir).Value = 300 'Steinl
ElseIf OptionButton14.Value = True Then
Sheets("MKP").Range("K" & Bos_Satir).Value = 600
ElseIf OptionButton15.Value = True Then
Sheets("MKP").Range("K" & Bos_Satir).Value = 900
End If

Y esta seria la otra hoja con optionbuton diferentes

If OptionButton55.Value = True Then
Sheets("GKP").Range("G" & Bos_Satir).Value = 1000 'St-Bu
ElseIf OptionButton56.Value = True Then
Sheets("GKP").Range("G" & Bos_Satir).Value = 2000
ElseIf OptionButton57.Value = True Then
Sheets("GKP").Range("G" & Bos_Satir).Value = 3000
End If

Añade tu respuesta

Haz clic para o