DOSYA İndirmek/Yüklemek için ÜCRETLİ ALTIN ÜYELİK Gereklidir!
Altın Üyelik Hakkında Bilgi
Sub www()
On Error Resume Next
ActiveWorkbook.FollowHyperlink address:="http://www.excel.web.tr", NewWindow:=True
End Sub
Kimilk kısmına Tc kimlik seçtirmek istiyorum<select name="kimlik"><option value="9">Bilinmiyor</option><option value="3">Nüfus Cüzdanı</option><option value="5">Vergi Kimlik No</option><option value="6">TC Kimlik No</option><option value="2">Ehliyet/Sürücü Belgesi</option><option value="1">Pasaport</option>
şeklinde yaptığımda çalışmıyor. Nasıl yapabilirim.Kimlik.Value = "TC Kimlik No"
Kimlik kısmına Tc kimlik seçtirmek istiyorum<select name="kimlik"><option value="9">Bilinmiyor</option><option value="3">Nüfus Cüzdanı</option><option value="5">Vergi Kimlik No</option><option value="6">TC Kimlik No</option><option value="2">Ehliyet/Sürücü Belgesi</option><option value="1">Pasaport</option>
veya.Kimlik.Value = "TC Kimlik No"
şeklinde yaptığımda çalışmıyor. Nasıl yapabilirim.Kimlik.Value = option.value=6
TC = Replace(ListBox1.List(ListBox1.ListIndex, 1), " ", "")
MyData(1) = TC
MyData(2) = ListBox1.List(ListBox1.ListIndex, 2)
MyData(3) = ListBox1.List(ListBox1.ListIndex, 3)
MyData(4) = ListBox1.List(ListBox1.ListIndex, 4)
MyData(5) = ListBox1.List(ListBox1.ListIndex, 5)
MyData(6) = ListBox1.List(ListBox1.ListIndex, 6)
MyData(7) = ListBox1.List(ListBox1.ListIndex, 7)
MyData(8) = ListBox1.List(ListBox1.ListIndex, 8)
Set IE = CreateObject("Shell.Application").Windows.Item
With IE.Document.all
.txtAdi_1.Value = MyData(1)
.txtSoyadi_1.Value = MyData(2)
.txtBabaAdi_1.Value = MyData(3)
.txtKimlikNo_1.Value = MyData(4)
.txtDigerKimlikNo_1.Value = MyData(5)
.DogumTarih_1.Value = MyData(6)
.txtAdresSatiri1_1.Value = MyData(7)
.txtAdresSatiri2_1.Value = MyData(8)
'.tCmbDigerKimlikTuru_1.Value = "TC Kimlik No"
TC = Replace(ListBox1.List(ListBox1.ListIndex, 1), " ", "")
MyData(1) = TC
MyData(2) = ListBox1.List(ListBox1.ListIndex, 2)
MyData(3) = ListBox1.List(ListBox1.ListIndex, 3)
MyData(4) = ListBox1.List(ListBox1.ListIndex, 4)
MyData(5) = ListBox1.List(ListBox1.ListIndex, 5)
MyData(6) = ListBox1.List(ListBox1.ListIndex, 6)
MyData(7) = ListBox1.List(ListBox1.ListIndex, 7)
MyData(8) = ListBox1.List(ListBox1.ListIndex, 8)
Set IE = CreateObject("Shell.Application").Windows.Item
With IE.Document.all
.txtAdi_1.Value = MyData(1)
.txtSoyadi_1.Value = MyData(2)
.txtBabaAdi_1.Value = MyData(3)
.txtKimlikNo_1.Value = MyData(4)
.txtDigerKimlikNo_1.Value = MyData(5)
.DogumTarih_1.Value = MyData(6)
.txtAdresSatiri1_1.Value = MyData(7)
.txtAdresSatiri2_1.Value = MyData(8)
.kimlik.Value = "TC Kimlik No"
Cinsiyet </font></td><td><font color="#0c0080" size="-1">:</font></td><td><font color="#0c0080" size="-1"> <input value="1" name="optcinsiyet" type="radio"> Erkek</font></td><td align="left"><font color="#0c0080" size="-1"> <input value="2" name="optcinsiyet" type="radio"> Bayan</font></td></tr></tbody>