ahed5567 قام بنشر أغسطس 11, 2019 قام بنشر أغسطس 11, 2019 انا عمل كود نقل الليست بوكس وعايز اعمل اكواد نقل اللي تكس بوكس لو سامحتوا ارجو المساعدة ليست بوكس الى اخرى.xlsm
تمت الإجابة Ali Mohamed Ali قام بنشر أغسطس 11, 2019 تمت الإجابة قام بنشر أغسطس 11, 2019 تفضل يمكنك استخدام هذا الكود Private Sub CommandButton2_Click() Dim str As String Dim i As Long For i = 0 To ListBox1.ListCount - 1 If ListBox1.Selected(i) Then If str <> vbNullString Then str = str & ", " str = str & ListBox1.List(i) End If Next TextBox2.Text = TextBox2.Text & " " & str End Sub ليست بوكس.xlsm 5
الردود الموصى بها
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.