Merhaba aşağıda yazılı formuldeki ARALIK ve 34 ,33 yazan yerleri ne ile değişken yapabilirim, buraları değiştirebilirsem hazırladığım userform ile mesela aralık yazan yere eylül yazdırıp eylül sayfasına veri girişi sağlayabilirmiyim.
Private Sub ListBox6_Click()
End Sub
Private Sub TextBox1_AfterUpdate()
If TextBox1 <> "" Then
sonsatýr = WorksheetFunction.CountA(Worksheets("ARALIK").Range("AG:AG")) + 1
Worksheets("ARALIK").Cells(sonsatýr, 34) = TextBox1.Value
Worksheets("ARALIK").Cells(sonsatýr, 33) = ComboBox1.Value
TextBox1.Value = ""
Else
End If
End Sub
Private Sub TextBox2_Change()
End Sub
Private Sub UserForm_Click()
End Sub
Private Sub ListBox6_Click()
End Sub
Private Sub TextBox1_AfterUpdate()
If TextBox1 <> "" Then
sonsatýr = WorksheetFunction.CountA(Worksheets("ARALIK").Range("AG:AG")) + 1
Worksheets("ARALIK").Cells(sonsatýr, 34) = TextBox1.Value
Worksheets("ARALIK").Cells(sonsatýr, 33) = ComboBox1.Value
TextBox1.Value = ""
Else
End If
End Sub
Private Sub TextBox2_Change()
End Sub
Private Sub UserForm_Click()
End Sub
