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

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

قام بنشر

السلام عليكم

أخي العزيز

ضع الكود التالي في حدث الورقة

 

 

 

Private Sub Worksheet_SelectionChange(ByVal Target As Range)
If Target.Row < 6 Then Exit Sub
If Target.Column = 9 Or Target.Column = 15 Or Target.Column = 16 Then
    [R6:R999].ClearContents
    For r = 6 To [A1000].End(xlUp).Row
        x = -IsEmpty(Cells(r, 15)) - IsEmpty(Cells(r, 16))
        If IsEmpty(Cells(r, 9)) Then
           If x <> 0 Then Cells(r, 18) = "BALANCE"
        Else
            If x = 2 Then Cells(r, 18) = "STATMENT"
            If x = 1 Then Cells(r, 18) = "WRONG"
        End If
    Next
End If
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.

×
×
  • اضف...

Important Information