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

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

قام بنشر

الكود ينقصه اغلاق الشرط If بـ End if

وحلقة التكرار بـ Next

ونهاية الكود بـ End sub

ليكون كالتالي


Sub a()

Dim cl As Range

If [b1] = "" Then Exit Sub

For Each cl In Range("b3:b" & [b1000].End(xlUp).Row)

If cl.Value < 5000 Then

Sheets("a").Range("a" & Sheets("a").[a1000].End(xlUp).Row + 1) = cl.Offset(0, -1)

Sheets("a").Range("b" & Sheets("a").[b1000].End(xlUp).Row + 1) = cl.Offset(0, 1)

End If

Next

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