Öncelikle yardımlarını ve ilgisini esirgemeyen değerli site üyelerine ve excel.web.tr sitesi yöneticilerine teşekkürleri bir borç bilirim.
Ekteki program kendi bilgisayarımda sorunsuz çalışıyor ancak farklı bazı bilgisayarlarda aşağıda belirttiğim hatayı veriyor yardımlarınız için şimdiden teşekkürler.
(1. hata sonsat = [a65536].End(3).Row + 1) yazan alan
Private Sub tel_kaydet_Click()
tel_kaydet.Enabled = False
Sheets("veri").Select
sonsat = [a65536].End(3).Row + 1
Cells(sonsat, 1) = sonsat - 1
Cells(sonsat, 2) = TextBox1
Cells(sonsat, 3) = TextBox2
Cells(sonsat, 4) = TextBox3
Cells(sonsat, 5) = TextBox4
Cells(sonsat, 6) = TextBox15
Cells(sonsat, 7) = TextBox6
Cells(sonsat, 8) = TextBox7
Cells(sonsat, 9) = TextBox8
Cells(sonsat, 10) = TextBox9
Cells(sonsat, 11) = TextBox10
Cells(sonsat, 12) = TextBox11
Cells(sonsat, 13) = TextBox12
Cells(sonsat, 14) = TextBox13
Cells(sonsat, 15) = TextBox14
MsgBox "Evrak Kayıt Edildi"
Unload Me
ARSİV.Show
End Sub
(2. HATA Private Sub UserForm_Activate() )yazan alan
Private Sub UserForm_Activate()
Sheets("veri").Select
ARSİV.Caption = "xxxxxxxxx - 2011"
SON = Cells(65536, "A").End(3).Row
Label19 = Cells(SON, "A")
ComboBox1 = "."
ComboBox1 = ""
Label15 = Range("A1")
Label16 = Range("B1")
Label17 = Range("C1")
Label36 = Range("D1")
Label56 = Range("E1")
Label57 = Range("F1")
Label24.Caption = Worksheets("PARAMETRE").Range("D1")
End Sub
Özellikle İHSAN TANK Beye çalışmalarından dolayı teşekkür ederim
Ekteki program kendi bilgisayarımda sorunsuz çalışıyor ancak farklı bazı bilgisayarlarda aşağıda belirttiğim hatayı veriyor yardımlarınız için şimdiden teşekkürler.
(1. hata sonsat = [a65536].End(3).Row + 1) yazan alan
Private Sub tel_kaydet_Click()
tel_kaydet.Enabled = False
Sheets("veri").Select
sonsat = [a65536].End(3).Row + 1
Cells(sonsat, 1) = sonsat - 1
Cells(sonsat, 2) = TextBox1
Cells(sonsat, 3) = TextBox2
Cells(sonsat, 4) = TextBox3
Cells(sonsat, 5) = TextBox4
Cells(sonsat, 6) = TextBox15
Cells(sonsat, 7) = TextBox6
Cells(sonsat, 8) = TextBox7
Cells(sonsat, 9) = TextBox8
Cells(sonsat, 10) = TextBox9
Cells(sonsat, 11) = TextBox10
Cells(sonsat, 12) = TextBox11
Cells(sonsat, 13) = TextBox12
Cells(sonsat, 14) = TextBox13
Cells(sonsat, 15) = TextBox14
MsgBox "Evrak Kayıt Edildi"
Unload Me
ARSİV.Show
End Sub
(2. HATA Private Sub UserForm_Activate() )yazan alan
Private Sub UserForm_Activate()
Sheets("veri").Select
ARSİV.Caption = "xxxxxxxxx - 2011"
SON = Cells(65536, "A").End(3).Row
Label19 = Cells(SON, "A")
ComboBox1 = "."
ComboBox1 = ""
Label15 = Range("A1")
Label16 = Range("B1")
Label17 = Range("C1")
Label36 = Range("D1")
Label56 = Range("E1")
Label57 = Range("F1")
Label24.Caption = Worksheets("PARAMETRE").Range("D1")
End Sub
Özellikle İHSAN TANK Beye çalışmalarından dolayı teşekkür ederim
