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

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

قام بنشر
Const studentData As String = "رصد الترم الثانى"
Const shehada As String = "شهادة1"
'هذا الكود للمحترم ياسر خليل
'جزاه الله خيرا
'الهدف من الكود هو الفلتره
Private Sub Worksheet_Activate()
 'Application.Calculation = xlCalculationManual
    Application.ScreenUpdating = False
    'Application.EnableEvents = False


Application.DisplayAlerts = False
Sheets(shehada).Range("U:U").ClearContents

Sheets(studentData).Range("D7:D500").AdvancedFilter _
Action:=xlFilterCopy, _
CopyToRange:=Sheets(shehada) _
.Range("U5"), Unique:=True
'Sheets(Shehada).Range("Y4").Value = "الكل"

With Sheets(shehada).Range("U5")
        .Interior.Pattern = xlSolid
        .Interior.Color = 65535
        .Borders.LineStyle = xlContinuous
        .Borders.Weight = xlThin
        .Font.Size = 16
End With

With Sheets(shehada).Range("U5:U15")
        .Interior.Pattern = xlSolid
        .Interior.ColorIndex = 0
        .Borders.LineStyle = xlContinuous
        .Borders.Weight = xlThin
        .Font.ColorIndex = 0
        .Font.Size = 16
End With


Application.DisplayAlerts = True
     '  Application.Calculation = xlCalculationAutomatic
    Application.ScreenUpdating = True
   ' Application.EnableEvents = True

End Sub

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

قام بنشر

السلام عليكم ورحمة الله

الملف تم تحميله ولكن عند فتحه يقوم الإكسيل بإصلاحه فيمسح كل أكواد VBA ولا يترك سوى الشيتات دون أكواد... والذي لم أفهمه هو: ما الذي تريد تصفيته (فلترته) في ورقة "شهادة1" ؟؟؟

أخوك بن علية

  • Like 1
قام بنشر

اريد فلترة الفصول لتظهر في ورقه شهاده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