userformda combobox gizleme

Katılım
11 Ağustos 2006
Mesajlar
87
Excel Vers. ve Dili
2000 türkçe
arkadaşlar userform da optionbutton1 i sectigimde gizlenen optionbutton 2 yi sectigimde gorunen bir combobox yapmak istiyorum.. nasıl yapabilirim acaba..

kolay gelsin...
 

Korhan Ayhan

Administrator
Yönetici
Admin
Katılım
15 Mart 2005
Mesajlar
42,256
Excel Vers. ve Dili
Microsoft 365 Tr-En 64 Bit
Selamlar,

Userformun kod bölümüne aşağıdaki kodları uygulayıp denermisiniz.

Kod:
Private Sub OptionButton1_Click()
    If OptionButton1 = True Then
    ComboBox1.Visible = False
    End If
End Sub

Private Sub OptionButton2_Click()
    If OptionButton2 = True Then
    ComboBox1.Visible = True
    End If
End Sub
 
Katılım
11 Ağustos 2006
Mesajlar
87
Excel Vers. ve Dili
2000 türkçe
bu forumun farkı burada işte arkanı donuyorsun cevap gelmiş bile..

sn. COST_CONTROL aklınız ve elleriniz dert gormesin..
 
Üst