DOSYA İndirmek/Yüklemek için ÜCRETLİ ALTIN ÜYELİK Gereklidir!
Altın Üyelik Hakkında Bilgi
Sayfa1.OptionButton1.Caption = Sayfa1.TextBox1.Value
Eğer aşağıdaki adrese dosyayı yüklerseniz bakayım
https://www.dosyaupload.com/
Anlattığınıza göre mantıken kullanacağınız kod şöyle bir şey olmalı.
Kod:Sayfa1.OptionButton1.Caption = Sayfa1.TextBox1.Value
Ama tabii excel dosyasını görürsem daha ayrıntılı cevap verebilirim.
Private Sub Text1_Change()
TextBox20.Value = Text1.Value
End Sub
Private Sub Text3_Change()
OptionButton6.Caption = Text3.Value
End Sub
Private Sub Text4_Change()
OptionButton7.Caption = Text4.Value
End Sub
Private Sub Text5_Change()
OptionButton8.Caption = Text5.Value
End Sub
Private Sub Text9_Change()
TextBox19.Value = Text9.Value
End Sub
Private Sub TextBox25_Change()
TextBox21.Value = TextBox25.Value
End Sub
Sayfa1.Range("A1").Value = Text1.Value