- Katılım
- 19 Aralık 2006
- Mesajlar
- 60
- Excel Vers. ve Dili
- excelxp
- Altın Üyelik Bitiş Tarihi
- 26-09-2020
eklediğim dosyadaki bilgileri excel sayfasına aktarmak istiyorum lütfen yardım
DOSYA İndirmek/Yüklemek için ÜCRETLİ ALTIN ÜYELİK Gereklidir!
Altın Üyelik Hakkında Bilgi
Private Sub CommandButton1_Click()
Dim say As Byte, i As Integer, sat As Long
If Not IsDate(TextBox1.Value) Then
MsgBox "Yanlış tarih girdiniz.Geçerli bir tarih giriniz..!!", vbCritical
TextBox1.SetFocus
Exit Sub
End If
sat = Cells(65536, "A").End(xlUp).Row + 1
Cells(sat, "A").Value = CDate(TextBox1.Value)
Cells(sat, "A").NumberFormat = "dd.mm.yyyy"
For i = 2 To 256
If LCase(Replace(Replace(Cells(2, i).Value, "I", "ı"), "İ", "i")) = LCase(Replace(Replace(Label1.Caption, "I", "ı"), "İ", "i")) Then
Cells(sat, i).Value = TextBox1.Value * 1
say = 1
End If
If LCase(Replace(Replace(Cells(2, i).Value, "I", "ı"), "İ", "i")) = LCase(Replace(Replace(Label10.Caption, "I", "ı"), "İ", "i")) Then
Cells(sat, i).Value = TextBox2.Value
say = 1
End If
If LCase(Replace(Replace(Cells(2, i).Value, "İ", "i"), "I", "ı")) = LCase(Replace(Replace(Label9.Caption, "I", "ı"), "İ", "i")) Then
Cells(sat, i).Value = TextBox3.Value
say = 1
End If
If LCase(Replace(Replace(Cells(2, i).Value, "İ", "i"), "I", "ı")) = LCase(Replace(Replace(Label8.Caption, "I", "ı"), "İ", "i")) Then
Cells(sat, i).Value = TextBox4.Value * 1
say = 1
End If
Next i
If say = 1 Then
MsgBox "Veriler aktarıldı.", vbOKOnly + vbInformation
Else
MsgBox "Aktarma Yapılmadı..", vbCritical
End If
End Sub
Private Sub TextBox1_AfterUpdate()
If IsDate(TextBox1.Value) Then
TextBox1.Value = Format(TextBox1.Value, "dd.mm.yyyy")
End If
End Sub
Private Sub UserForm_Initialize()
Sheets("girişler").Select
TextBox1.SetFocus
End Sub
Listbox'ları silin onun yerine textbox'ları ekleyin.dogandündar;203076' Alıntı:emeğine sağlık bir ricam daha olacak textboksların hepsine bilgi girişi yapmak istiyorum birde yeni kayıt butonu