Abhsaid قام بنشر يوليو 21 قام بنشر يوليو 21 تحية طيبة برجاء تصحيح ماكرو ادناه شكرا للجميع Sub EliminarFilasVacias() Dim ws As Worksheet Dim rng As Range Dim cell As Range Set ws = ThisWorkbook.Sheets("Sheet1") Application.ScreenUpdating = False For Each rng In ws.UsedRange.Columns(1).Cells If Application.WorksheetFunction.CountA(rng.EntireRow) = 0 Then rng.EntireRow.Delete End If Next rng Application.ScreenUpdating = True End Sub
حسونة حسين قام بنشر يوليو 21 قام بنشر يوليو 21 السلام عليكم ورحمه الله وبركاته وبها نبدأ يرجي رفع ملف للعمل عليه
الردود الموصى بها
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.