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

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

قام بنشر

السادة الخبراء

 

مرفق ملف به كود لستاذى القدير عبد الله باقشير

 

الكود لاستدعاء مجموع درجات مواد

 

حاولات التعديل علية قد خبرتى ولكنى لا استطيع استدعاء تفاصيل المادة

 

فهل ممكن المساعدة لو سمحتو

 

جزاكم الله كل خير

test2.rar

قام بنشر
هل ممكن تعديل هذا الكود
 
Private Function kh_Match(Cel As Range) As Integer
Dim TE
On Error Resume Next
TE = Application.VLookup(Cel(1), Range("R3:T20"), Application.Match(Cel(2), Range("S2:T2"), 0) + 1, 0)
If Err.Number <> 0 Then kh_Match = 0: Err.Clear Else kh_Match = TE
End Function
 
Private Function Kh_MyItem(iR As Integer, iRR As Integer, N As Integer)
With MyRngdate
   ' myArray(iRR, 1) = .Cells(iR, cSeat_Number)
    myArray(iRR, 1) = .Cells(iR, cStudents)
    myArray(iRR, 2) = .Cells(iR, N)
    myArray(iRR, 4) = .Cells(iR, N + 1)
    myArray(iRR, 3) = " " & .Cells(iR, cClass)
End With
End Function

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