اذهب الي المحتوي
أوفيسنا

اريد الفارق بين تاريخيين تكست بوكس


إذهب إلى أفضل إجابة Solved by سليم حاصبيا,

الردود الموصى بها

  • أفضل إجابة

جرب هذه الكود لزر التنفيذ

Private Sub CommandButton1_Click()
On Error Resume Next
m = CDate(TextBox1.Value): n = CDate(TextBox2.Value)
        If IsEmpty(m) Then
            TextBox1.Value = ""
            TextBox1.SetFocus
            Exit Sub
         End If
         
        If IsEmpty(n) Then
            TextBox2.Value = ""
             TextBox2.SetFocus
             Exit Sub
         End If
  TextBox3 = m - n
End Sub

 

رابط هذا التعليق
شارك

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

زائر
اضف رد علي هذا الموضوع....

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • تصفح هذا الموضوع مؤخراً   0 اعضاء متواجدين الان

    • لايوجد اعضاء مسجلون يتصفحون هذه الصفحه
×
×
  • اضف...

Important Information