اذهب الي المحتوي
أوفيسنا
بحث مخصص من جوجل فى أوفيسنا
Custom Search

لماذا يطلع لي الخطاء Run Time Error'424': Object Required


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

Private Sub CommandButton3_Click()
    Dim Last As Integer
    Last = Sheet2.Range("B10000").End(xlUp).Row + 2
    Sheet2.Cells(Last, "B").Value = Sheet1.Range("D8").Value
    Sheet2.Cells(Last, "C").Value = Sheet1.Range("D10").Value
    Sheet2.Cells(Last, "D").Value = Sheet1.Range("D12").Value
    Sheet2.Cells(Last, "E").Value = Sheet1.Range("D14").Value
    Sheet2.Cells(Last, "F").Value = Sheet1.Range("J8").Value
    Sheet2.Cells(Last, "G").Value = IIf(OptionButton1.Value = True, "ذكر", "انثئ")
    Sheet2.Cells(Last, "H").Value = Sheet1.Range("J12").Value
    Sheet2.Cells(Last, "I").Value = Sheet1.Range("J14").Value
    Sheet1.Range("D8").Value = ""
    Sheet1.Range("D10").Value = ""
    Sheet1.Range("D12").Value = ""
    Sheet1.Range("D14").Value = ""
    Sheet1.Range("J8").Value = ""
    Sheet1.Range("J12").Value = ""
    Sheet1.Range("J14").Value = ""
    OptionButton1.Value = False
    OptionButton2.Value = False
    MsgBox "تم ترحيل البينات.", vbInformation, "Done"
End Sub

ارجو مساعددتي لاعلم ماهو الخطاء 

لقد حاولة اكثر من مرة ولاكن لام تنجح

ارجو منكم المساعدة

وشكراً,,,.

لقطة شاشة 2024-03-02 155958.png

رابط هذا التعليق
شارك

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

الصورة غير واضحة وربما الخطأ بسبب اسماء الشيتات تاكد من كتابة اسماء الشيتات بشكل صحيح Sheet2 Sheet1 كما فى الملف الخاص الخاص بك

  • 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