اذهب الي المحتوي
أوفيسنا
بحث مخصص من جوجل فى أوفيسنا
Custom Search

كود القسمه


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

ارجو كود القسمه علي الفورم

ادخال.rar

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

أخي الكريم أبو هايدي

ضع الأسطر التالية لتؤدي الغرض إن شاء الله

Private Sub TextBox2_Change()
    If TextBox2 <> "" And TextBox3 <> "" Then TextBox4.Value = Val(TextBox2) / Val(TextBox3) Else TextBox4.Value = ""
End Sub

Private Sub TextBox3_Change()
    If TextBox2 <> "" And TextBox3 <> "" Then TextBox4.Value = Val(TextBox2) / Val(TextBox3) Else TextBox4.Value = ""
End Sub

 

 

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

شكرا للاستاذ / 

ياسر خليل أبو البراء

علي مرورك الطيب 

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

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