- Katılım
- 20 Kasım 2010
- Mesajlar
- 62
- Excel Vers. ve Dili
- Excel 2007 - Excel 2010 TÜRKÇE
DOSYA İndirmek/Yüklemek için ÜCRETLİ ALTIN ÜYELİK Gereklidir!
Altın Üyelik Hakkında Bilgi
Dim a As Double
a = TextBox252.Value
TextBox29.Text = a
TextBox29 = Format(TextBox29, "#,##0.000")
Dim a As Double
On Error Resume Next
a = TextBox85.Value
TextBox241.Text = a * S5.Cells(i, 8)
TextBox86.Text = a * S5.Cells(i, 9)
TextBox241 = Format(TextBox241, "#,##0.000")
TextBox86 = Format(TextBox86, "#,##0.000")
End Sub