DOSYA İndirmek/Yüklemek için ÜCRETLİ ALTIN ÜYELİK Gereklidir!
Altın Üyelik Hakkında Bilgi
Private Sub CommandButton1_Click()
Sheets("Sayfa1").Select
Sat = Cells(1048576, 1).End(3).Row + 1
If Sat < 3 Then Sat = 3
Cells(Sat, 2) = TextBox1.Text
Cells(Sat, 3) = TextBox2.Text
Cells(Sat, 4) = TextBox3.Text
Cells(Sat + 1, 2) = TextBox4.Text
Cells(Sat + 1, 3) = TextBox5.Text
Cells(Sat + 1, 4) = TextBox6.Text
Cells(Sat + 2, 2) = TextBox7.Text
Cells(Sat + 2, 3) = TextBox8.Text
Cells(Sat + 2, 4) = TextBox9.Text
Cells(Sat, 1) = Sat - 2
Cells(Sat+1, 1) = Sat - 1
Cells(Sat+2, 1) = Sat
End Sub