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

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

قام بنشر

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

أخي طلبك غير واضح

و لكن جرب الكود التالي


Sub Excel4us()

Dim c As Range, LR As Long, lc As Integer

LR = Range("A" & Rows.Count).End(xlUp).Row

lc = Cells(1, Columns.Count).End(xlToLeft).Column

For Each c In Range(Cells(1, 1), Cells(LR, lc))

If c.Value = "" Then c.EntireRow.Delete

Next c

End Sub

قام بنشر

السلام عليكم

هذا كود اخر بكرة اخرى


Sub Excel4us()

Dim c As Range, LR As Long, lc As Integer

LR = Range("A" & Rows.Count).End(xlUp).Row

lc = Cells(1, Columns.Count).End(xlToLeft).Column

For i = 1 To LR

    If WorksheetFunction.CountA(Range(Cells(i, 1), Cells(i, lc))) <> lc Then Cells(i, 1).EntireRow.Delete

Next i

End Sub

قام بنشر

شكرا جزيلا وهو دة المطلوب وسأجعل دعائى لكم غيبا وليس فى كلماتى الان لعل الله يستجيب لى

شكرا لكم جميعا

  • Like 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