وعليكم السلام ورحمة الله وبركاته
استبدل الكود بهذا
Private Sub CommandButton10_Click()
Sheets("شهادة تكوين").Select
Cells(16, 2).Value = TextBox1.Value
Cells(15, 2).Value = TextBox2.Value
Cells(15, 6).Value = TextBox3.Value
Cells(17, 5).Value = TextBox4.Value
Cells(18, 3).Value = TextBox5.Value
Cells(19, 2).Value = TextBox6.Value
Cells(19, 5).Value = TextBox7.Value
Cells(20, 2).Value = TextBox8.Value
Cells(20, 7).Value = TextBox12.Value
End Sub
استبدل
UserForm1.Show
Unload Me
بــ
Unload Me
UserForm1.Show
تفس الطلب الاول
برنامج انجاز الشهادات - اكواد الترحيل والتنقل بين النماذج.xlsm