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

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

قام بنشر

السلام عليكم

كل عام وانتم بخير

 

جرب الكود التالي

Private Sub CommandButton1_Click()
LR1 = [A1000].End(xlUp).Row + 1
If Len(Trim(Me.TextBox1)) Then Cells(LR1, 1) = Me.TextBox1
LR1 = [A1000].End(xlUp).Row + 1
If Len(Trim(Me.TextBox2)) Then Cells(LR1, 1) = Me.TextBox2
LR1 = [A1000].End(xlUp).Row + 1
If Len(Trim(Me.TextBox3)) Then Cells(LR1, 1) = Me.TextBox3
End Sub

تحياتي

قام بنشر

السلام عليكم

 

وهذا كود اخر

الى حل العلامه خبور خير

Private Sub CommandButton1_Click()
For Each Tn In Controls
If TypeOf Tn Is MSForms.TextBox _
  And Not IsEmpty(Tn) Then
   Lr = [A1000].End(xlUp).Row + 1
  Cells(Lr, 1) = CStr(Tn)
End If
Next
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.

  • تصفح هذا الموضوع مؤخراً   0 اعضاء متواجدين الان

    • لايوجد اعضاء مسجلون يتصفحون هذه الصفحه
×
×
  • اضف...

Important Information