DOSYA İndirmek/Yüklemek için ÜCRETLİ ALTIN ÜYELİK Gereklidir!
Altın Üyelik Hakkında Bilgi
Private Sub TextBox1_Change()
If IsDate(TextBox1) = True And IsDate(TextBox2) = True Then TextBox3 = CLng(CDate(TextBox2)) - CLng(CDate(TextBox1))
End Sub
Private Sub TextBox2_Change()
TextBox1_Change
End Sub