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

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

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

ضع هذا الماكرو في مديول

غير اسم الشيت الديون الى data1

واسم الشيت العملاء data2

او غير رهما في الماكرو الى العربي في الصف الثالث والرابع

Sub test()
Dim ws As Worksheet
Dim ws2 As Worksheet
Set ws = Sheets("data1")
Set ws2 = Sheets("data2")
Dim lr, lr2, x, xx, x1, x2, y
Application.ScreenUpdating = False
lr = ws.Cells(Rows.Count, "c").End(3).Row
lr2 = ws2.Cells(Rows.Count, "b").End(3).Row
For xx = 2 To lr2

For x = 6 To lr
If ws2.Cells(xx, "b").Text = ws.Cells(x, "c") Then
x1 = x1 + Val(ws.Cells(x, "e"))
x2 = x2 + Val(ws.Cells(x, "g"))
End If
ws2.Cells(xx, "c") = x1 - x2

Next
x1 = 0
x2 = 0
Next
Application.ScreenUpdating = True

End Sub

 

  • Like 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