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

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

قام بنشر

السلام عليكم المطلوب عند اختيار بيان من الكومبوكس ( مدفوع كبير ) يفعل البيان في تكست بوكس ( مدفوع كبير ) وتكست بوكس سعر وكذلك الصغير

wor(1).xlsm

لقطة الشاشة (2).png

  • أفضل إجابة
قام بنشر

ربما يكون هذا مقصودك

Private Sub ComboBox1_Change()
If Me.ComboBox1 = "مدفوع كبير" Then
Me.TextBox1.Enabled = True
Me.TextBox2.Enabled = True
Me.TextBox3.Enabled = False
Me.TextBox4.Enabled = False
ElseIf Me.ComboBox1 = "مدفوع صغير" Then
Me.TextBox1.Enabled = False
Me.TextBox2.Enabled = False
Me.TextBox3.Enabled = True
Me.TextBox4.Enabled = True
End If
End Sub

بالتوفيق

  • Like 1
  • Thanks 1

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