حسين احمد مانع قام بنشر الأحد at 10:27 قام بنشر الأحد at 10:27 مرحبا بكم New Microsoft Excel Worksheet (3).xlsx ارغب بجلب البيانات المسجلة في الشيت ريبورت الى تقرير البحث عندما ادخل التاريخ يجلب لي البيانات 1
تمت الإجابة عبدالله بشير عبدالله قام بنشر الأحد at 13:48 تمت الإجابة قام بنشر الأحد at 13:48 السلام عليكم قم بتفعيل الماكرو الكود Private Sub Worksheet_Change(ByVal Target As Range) If Target.Address = "$G$2" Then Dim wsReport As Worksheet Dim wsSearch As Worksheet Dim lastRow As Long Dim i As Long Dim searchDate As Date Set wsReport = ThisWorkbook.Sheets("REPORT") Set wsSearch = ThisWorkbook.Sheets("Search2") searchDate = wsSearch.Range("G2").Value wsSearch.Range("B4:G1000").ClearContents lastRow = wsReport.Cells(wsReport.Rows.Count, "D").End(xlUp).Row Dim rowIndex As Long rowIndex = 4 For i = 2 To lastRow If wsReport.Cells(i, "D").Value = searchDate Then wsSearch.Cells(rowIndex, "B").Value = rowIndex - 3 wsSearch.Cells(rowIndex, "C").Value = wsReport.Cells(i, "G").Value wsSearch.Cells(rowIndex, "F").Value = wsReport.Cells(i, "J").Value wsSearch.Cells(rowIndex, "D").Value = wsReport.Cells(i, "I").Value wsSearch.Cells(rowIndex, "E").Value = wsReport.Cells(i, "H").Value rowIndex = rowIndex + 1 End If Next i End If End Sub New Microsoft Excel Worksheet (1).xlsb
حسين احمد مانع قام بنشر الإثنين at 06:54 الكاتب قام بنشر الإثنين at 06:54 تسلم ربي يسعدك ويحفظك جاري التجربة
الردود الموصى بها
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.