السلام عليكم
ما دمت لا تستخدم تواريخ
استبدل الكود هذا بدل الموجود في الفورم
فقد حذفت منه عدة اسطر تخص التاريخ
Private Sub kh_SaveDate(ByVal nR As Long, Optional ByVal tFil As Boolean = False)
Dim MyVelue, Msg
Dim c As Integer, cc As Integer
''''''''''''''''''''''''''
On Error GoTo 1
''''''''''''''''''''''''''
Application.Calculation = xlCalculationManual
''''''''''''''''''''''''''
If nR > 1 And tFil Then kh_AutoFill
If tSr Then MyRngSeri.Cells(nR + 1, 1).Value = nR
'''''''''''''''''''''''''''
For cc = 1 To LastColumn
c = Ar(cc)
If Me.Controls("Textdt" & cc).Enabled = True Then
With MyRngdate
MyVelue = Me.Controls("Textdt" & cc).Text
.Cells(nR + 1, c).Value = MyVelue
End With
End If
Next
''''''''''''''''''''''''''
1:
Application.Calculation = xlCalculationAutomatic
''''''''''''''''''''''''''
End Sub
في امان الله