محمد الورفلي1 قام بنشر يوليو 28, 2017 قام بنشر يوليو 28, 2017 السلام عليكم اريد الفارق بين تاريخيين عن طريق الكود يعني طرح التاريخ الثاني من الاول 222.rar
تمت الإجابة سليم حاصبيا قام بنشر يوليو 28, 2017 تمت الإجابة قام بنشر يوليو 28, 2017 جرب هذه الكود لزر التنفيذ 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.