- Katılım
- 25 Eylül 2006
- Mesajlar
- 611
- Excel Vers. ve Dili
- Windows-XP_TR
Ofis-2003_TR
Merhaba,alttaki koda tarih formatını uygulayamıyorum..(textbox3)
Private Sub CommandButton1_Click()
Sheets("PERSONEL").Select
Z = [A65536].End(3).Row + 1
Cells(Z, 1) = TextBox1.Text
Cells(Z, 2) = TextBox2.Text
Cells(Z, 3) = TextBox3 = CDate(TextBox3.Text) & "gg.aa.yy"
Cells(Z, 4) = TextBox4.Text * 1
Cells(Z, 5) = TextBox5.Text
Cells(Z, 6) = TextBox6.Text
End Sub
Private Sub CommandButton1_Click()
Sheets("PERSONEL").Select
Z = [A65536].End(3).Row + 1
Cells(Z, 1) = TextBox1.Text
Cells(Z, 2) = TextBox2.Text
Cells(Z, 3) = TextBox3 = CDate(TextBox3.Text) & "gg.aa.yy"
Cells(Z, 4) = TextBox4.Text * 1
Cells(Z, 5) = TextBox5.Text
Cells(Z, 6) = TextBox6.Text
End Sub
