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

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

قام بنشر

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

انسخ هذا الكود والصقه فى موديول جديد وخصص له زر

واحفظ الملف باصدار 2003  او اعلى

Sub Ser_Data()
Dim R As Long, S As Integer, x As Variant
Range("I1:K" & Range("H" & Rows.Count).End(xlUp).Row).ClearContents
For R = 1 To Range("H" & Rows.Count).End(xlUp).Row
For S = 2 To 4
x = WorksheetFunction.VLookup(Cells(R, "H"), _
Range("B1:E" & Range("B" & Rows.Count).End(xlUp).Row), S, 0)
Cells(R, S + 7) = x
Next
Next
End Sub

 

قام بنشر
9 دقائق مضت, زيزو العجوز said:

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

انسخ هذا الكود والصقه فى موديول جديد وخصص له زر

واحفظ الملف باصدار 2003  او اعلى


Sub Ser_Data()
Dim R As Long, S As Integer, x As Variant
Range("I1:K" & Range("H" & Rows.Count).End(xlUp).Row).ClearContents
For R = 1 To Range("H" & Rows.Count).End(xlUp).Row
For S = 2 To 4
x = WorksheetFunction.VLookup(Cells(R, "H"), _
Range("B1:E" & Range("B" & Rows.Count).End(xlUp).Row), S, 0)
Cells(R, S + 7) = x
Next
Next
End Sub

 

شكرا لك استاذ زيزو على الرد لكن الا يوجد كود لتكون بدون زر وشكرا

قام بنشر (معدل)

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

ضف العبارة الاولى الى الكود السابق بعد السطر الرابع

ثم انسخ الكود الذى يليها وضعه فى حدث الورقة الاولى

On Error Resume Next
---------------------
Private Sub Worksheet_Change(ByVal Target As Range)
If Target.Column <> 8 Then Exit Sub
Call Ser_Data
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.

×
×
  • اضف...

Important Information