iyi akşamlar..benim aşağıda yazmış olduğum kod için şöyle bir değişiklik yapmak istiyorum...yardımcı olacak arkadaşlara şimdiden teşekkür ederim..iyi çalışmalar..
Private Sub CommandButton2_Click()
NextRow = Application.WorksheetFunction.CountA(Range("b:b")) + 4
Cells(NextRow, 2) = TextBox9.Text
Cells(NextRow, 3) = TextBox4.Text
Cells(NextRow, 4) = TextBox5.Text
Cells(NextRow, 5) = TextBox6.Text
Cells(NextRow, 6) = TextBox7.Text
Cells(NextRow, 7) = TextBox8.Text
Cells(NextRow, 8) = TextBox4.Text * TextBox5.Text * TextBox6.Text * TextBox7.Text * TextBox8.Text
Cells(NextRow, 9) = WorksheetFunction.Sum(Worksheets("BF1").Range("H2:H100"))
TextBox9.Text = ""
TextBox4.Text = ""
TextBox5.Text = ""
TextBox6.Text = ""
TextBox7.Text = ""
TextBox8.Text = ""
End Sub
ben burada "BF1" sayfasını ,ismini combobox1 den alan bir değişken ile nasıl tanımlayıp yazabilirim acaba..birkaç denemem oldu ama başarısız..yardımcı olacak arkadaşlara iyi çalışmalar..teşekkürler..
Private Sub CommandButton2_Click()
NextRow = Application.WorksheetFunction.CountA(Range("b:b")) + 4
Cells(NextRow, 2) = TextBox9.Text
Cells(NextRow, 3) = TextBox4.Text
Cells(NextRow, 4) = TextBox5.Text
Cells(NextRow, 5) = TextBox6.Text
Cells(NextRow, 6) = TextBox7.Text
Cells(NextRow, 7) = TextBox8.Text
Cells(NextRow, 8) = TextBox4.Text * TextBox5.Text * TextBox6.Text * TextBox7.Text * TextBox8.Text
Cells(NextRow, 9) = WorksheetFunction.Sum(Worksheets("BF1").Range("H2:H100"))
TextBox9.Text = ""
TextBox4.Text = ""
TextBox5.Text = ""
TextBox6.Text = ""
TextBox7.Text = ""
TextBox8.Text = ""
End Sub
ben burada "BF1" sayfasını ,ismini combobox1 den alan bir değişken ile nasıl tanımlayıp yazabilirim acaba..birkaç denemem oldu ama başarısız..yardımcı olacak arkadaşlara iyi çalışmalar..teşekkürler..