و عليكم السلام ورحمة الله و بركاته
جرب الكود التالي
Sub CalculateGenderStats()
Dim wsMain As Worksheet
Dim wsGender As Worksheet
Set wsMain = ThisWorkbook.Sheets("Sheet_Main")
Set wsGender = ThisWorkbook.Sheets("Gender Male Female")
Dim LastRowMain As Long
LastRowMain = wsMain.Cells(wsMain.Rows.count, "A").End(xlUp).Row
' متغيرات للحوالات المصدرة (من العمود I - نوع الراسل)
Dim SentMales As Long, SentFemales As Long, SentUnknown As Long
Dim SentMales
الردود الموصى بها
قام بكتابته hegazee,
الإجابة التي حققت الحل الأساسي للمشكلة.
أوصى به Foksh
0 reactions
Go to this post
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.