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

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

قام بنشر

ممكن اعرف الخظأ فى الكود اى؟

Private Sub CommandButton2_Click()
Dim i As Long
Me.ListBox1.CLEAR
'لعمل رأس الاعمدة
Me.ListBox1.AddItem
For a = 1 To 6
Me.ListBox.List(0, a - 1) = Sheet3.Cells(1, a)
Next a
Me.ListBox1.Selected(0) = True
End Sub

 

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

جرب هذا التعديل

Private Sub CommandButton2_Click()
Dim i As Long
Me.ListBox1.CLEAR
'لعمل رأس الاعمدة
For a = 1 To 6
Me.ListBox1.AddItem Sheet3.Cells(1, a)
Next a
Me.ListBox1.Selected(0) = True
End Sub

 

  • Like 3

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