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

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

قام بنشر

السلام عليكم

جرب هذا الكود


Private Sub CommandButton1_Click()

Application.ScreenUpdating = False

w = 3

Do Until Cells(w, 1).Value = ""

LR = Sheets("as").Cells(44, 1).End(xlUp).Row

For i = 1 To 5

If Cells(w, i).Value = "" Then

Sheets("as").Cells(LR + 1, i).Value = "(////////)"

Else

Cells(w, i).Copy

Sheets("as").Cells(LR + 1, i).PasteSpecial xlPasteValues

Sheets("as").Cells(LR + 1, i).Borders.Color = 2

Application.CutCopyMode = False

End If

Next

w = w + 1

Loop

Application.ScreenUpdating = True

End Sub

قام بنشر

اعذرني على الاطالة في الرد

بارك الله فيك اخي عبدالله الكود يعمل بشكل جيد

بارك الله فيك وجزاك الله خير وزادك علما يارب

قام بنشر

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

وجب الشكر والاحترام للاستاذ الفاضل عبد الله المجرب

امدك الله بالصحة والعافية وزادك علماً على علم

أبوأنس

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