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

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

  • أفضل إجابة
قام بنشر

جرب هذا الكود

Sub give_data()
Application.ScreenUpdating = False
Dim x As Byte

 x = Application.CountA(Sheets("SAISIE").Range("B1:B6"))
 If x < 6 Then MsgBox "Incomplete Data" & Chr(10) & _
  "You have Only " & x & " Values": GoTo Exit_sub
 Sheets("SAISIE").Range("B1:B6").Copy

 Sheets("DATA").Range("A" & Rows.Count).End(3).Offset(1) _
.PasteSpecial Paste:=xlPasteAll, Transpose:=True

 Sheets("SAISIE").Range("B1:B6").ClearContents
Exit_sub:
 Application.ScreenUpdating = True
End Sub

الملف مرفق

COPY-VBA.xlsm

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