sirkülasyon
Altın Üye
- Katılım
- 10 Temmuz 2012
- Mesajlar
- 2,545
- Excel Vers. ve Dili
- 2021 LTSC TR
Ağabeylerim;
TextBox30.Value = CSng(TextBox26.Value) + CSng(TextBox27.Value) + CSng(TextBox28.Value) + CSng(TextBox29.Value)
TextBox30.Value = CLng(TextBox26.Value) + CLng(TextBox27.Value) + CLng(TextBox28.Value) + CLng(TextBox29.Value)
TextBox30.Value = CCur(TextBox26.Value) + CCur(TextBox27.Value) + CCur(TextBox28.Value) + CCur(TextBox29.Value)
TextBox30.Value = CDbl(TextBox26.Value) + CDbl(TextBox27.Value) + CDbl(TextBox28.Value) + CDbl(TextBox29.Value)
TextBox30.Value = Val(TextBox26.Value) + Val(TextBox27.Value) + Val(TextBox28.Value) + Val(TextBox29.Value)
olarak hepsini denedim ama hata vermeye devam etti.
Birde mükerrrer kayıt engelini yapamadım.
Bakabilir misiniz rica etsem
TextBox30.Value = CSng(TextBox26.Value) + CSng(TextBox27.Value) + CSng(TextBox28.Value) + CSng(TextBox29.Value)
TextBox30.Value = CLng(TextBox26.Value) + CLng(TextBox27.Value) + CLng(TextBox28.Value) + CLng(TextBox29.Value)
TextBox30.Value = CCur(TextBox26.Value) + CCur(TextBox27.Value) + CCur(TextBox28.Value) + CCur(TextBox29.Value)
TextBox30.Value = CDbl(TextBox26.Value) + CDbl(TextBox27.Value) + CDbl(TextBox28.Value) + CDbl(TextBox29.Value)
TextBox30.Value = Val(TextBox26.Value) + Val(TextBox27.Value) + Val(TextBox28.Value) + Val(TextBox29.Value)
olarak hepsini denedim ama hata vermeye devam etti.
Birde mükerrrer kayıt engelini yapamadım.
Bakabilir misiniz rica etsem
