- Katılım
- 1 Haziran 2005
- Mesajlar
- 105
- Excel Vers. ve Dili
- Excel 2003-Türkçe
Private Sub TextBox41_change()
If TextBox40 = "" Then
TextBox40 = 0
End If
If TextBox41 = "" Then
TextBox41 = 0
End If
.
.
.
If TextBox139 = "" Then
TextBox139 = 0
End If
TextBox140 = ""
TextBox141 = ""
TextBox142 = ""
.
.
.
TextBox289 = ""
TextBox140 = tarihfark2((TextBox40), ((TextBox41)))
TextBox141 = tarihfark1((TextBox40), ((TextBox41)))
TextBox142 = TarihFark((TextBox40), ((TextBox41)))
TextBox143 = tarihfark2((TextBox42), ((TextBox43)))
.
.
.
.
TextBox144 = tarihfark1((TextBox42), ((TextBox43)))
TextBox147 = tarihfark1((TextBox44), ((TextBox45)))
TextBox150 = tarihfark1((TextBox46), ((TextBox47)))
...........................
TextBox289 = TarihFark((TextBox138), ((TextBox139)))
If textbox1 = "" Then
TextBox140 = ""
TextBox141 = ""
TextBox142 = ""
.
.
.
.
TextBox289 = ""
End If
End Sub
Bununla textboxlarda hesaplama yaptırıyorum fakat ilk baştaki 3 ünü hesaplıyor verilerde bir ileri gidince ötekilerini hesaplıyor.
ve çok uzun yardım edebilirseniz sevinirim.
If TextBox40 = "" Then
TextBox40 = 0
End If
If TextBox41 = "" Then
TextBox41 = 0
End If
.
.
.
If TextBox139 = "" Then
TextBox139 = 0
End If
TextBox140 = ""
TextBox141 = ""
TextBox142 = ""
.
.
.
TextBox289 = ""
TextBox140 = tarihfark2((TextBox40), ((TextBox41)))
TextBox141 = tarihfark1((TextBox40), ((TextBox41)))
TextBox142 = TarihFark((TextBox40), ((TextBox41)))
TextBox143 = tarihfark2((TextBox42), ((TextBox43)))
.
.
.
.
TextBox144 = tarihfark1((TextBox42), ((TextBox43)))
TextBox147 = tarihfark1((TextBox44), ((TextBox45)))
TextBox150 = tarihfark1((TextBox46), ((TextBox47)))
...........................
TextBox289 = TarihFark((TextBox138), ((TextBox139)))
If textbox1 = "" Then
TextBox140 = ""
TextBox141 = ""
TextBox142 = ""
.
.
.
.
TextBox289 = ""
End If
End Sub
Bununla textboxlarda hesaplama yaptırıyorum fakat ilk baştaki 3 ünü hesaplıyor verilerde bir ileri gidince ötekilerini hesaplıyor.
ve çok uzun yardım edebilirseniz sevinirim.
Moderatör tarafında düzenlendi: