Arkadaşlar elimde bir userformum var macrodan pek anlamıyorum örneklerle birşeyler yaptım kanımca. Kodlarını ekte gönderiyorum. Sıkıntım şudur.
Kaydette sayı formatında kaydettiğim değerleri, bulla alıp değiştir dediğimde "metin olarak saklanan sayı" formatına çeviriyor. Buda toplamlarda hataya sebebiyet veriyor. bunu nasıl engelleyebilirim.
Private Sub CommandButton4_Click() >>>>>>>>>>>>>>>>>Değiştir kodu
sat = ComboBox2.ListIndex + 6
Cells(sat, "a") = TextBox1
Cells(sat, "c") = TextBox3
Cells(sat, "d") = ComboBox4
Cells(sat, "e") = TextBox5
Cells(sat, "f") = ComboBox3
Cells(sat, "g") = TextBox7
Cells(sat, "h") = TextBox8
Cells(sat, "I") = TextBox9
Cells(sat, "k") = TextBox10
Cells(sat, "l") = TextBox11
Cells(sat, "m") = TextBox12 ...................... şeklinde devam ediyor
Kaydette sayı formatında kaydettiğim değerleri, bulla alıp değiştir dediğimde "metin olarak saklanan sayı" formatına çeviriyor. Buda toplamlarda hataya sebebiyet veriyor. bunu nasıl engelleyebilirim.
Private Sub CommandButton4_Click() >>>>>>>>>>>>>>>>>Değiştir kodu
sat = ComboBox2.ListIndex + 6
Cells(sat, "a") = TextBox1
Cells(sat, "c") = TextBox3
Cells(sat, "d") = ComboBox4
Cells(sat, "e") = TextBox5
Cells(sat, "f") = ComboBox3
Cells(sat, "g") = TextBox7
Cells(sat, "h") = TextBox8
Cells(sat, "I") = TextBox9
Cells(sat, "k") = TextBox10
Cells(sat, "l") = TextBox11
Cells(sat, "m") = TextBox12 ...................... şeklinde devam ediyor
Son düzenleme: