Userformda Lİsteleme Yapmak

Katılım
30 Ekim 2007
Mesajlar
4
Excel Vers. ve Dili
2003 türkçe
Arkadaşlar Merhaba;
Ekteki örnekteki bölge sekmesine bölgeyi yazdığımda ilgili temsilcinin adı gelmekte. Ancak ben üçüncü boşluğada telefon numarasını atmasını istiyorum. Sabahtan beri uğraşıyorum fakat bir türlü beceremedim. Bana yardım edebilecek bir üstad varmı :yardim:
 

Orion1

Uzman
Uzman
Katılım
1 Mart 2005
Mesajlar
22,254
Excel Vers. ve Dili
Win7 Home Basic TR 64 Bit

Ofis-2010-TR 32 Bit
Dosyanız ekte.:cool:
Kod:
Private Sub ListBox2_Click()
    On Error Resume Next
        Dim sira
            sira = "Sayfa1!b$" & ListBox2.ListIndex + 1&
                arşivpro.TextBox1.ControlSource = sira
        ComboBox3.ListIndex = ListBox2.ListIndex
Label4.Caption = "Konu A" & ListBox2.ListIndex + 1 & " hücresinde," & " Kod B" & ListBox2.ListIndex + 1 & " hücresinde kayıtlıdır."
TextBox2.Text = ListBox2.Value
[B][COLOR="Red"]TextBox4.Text = Sheets("Sayfa1").Cells(ListBox2.ListIndex + 1, "C").Value[/COLOR][/B]
End Sub
 
Katılım
30 Ekim 2007
Mesajlar
4
Excel Vers. ve Dili
2003 türkçe
teşekkür ederim hocam :hihoho: bide bu userformu tam ekran yapsak olurmu acaba?
 
Üst