الاخ الفاضل والاستاذ القدير / الخالدى
بارك الله فيك ونفعنا بعلمك دائما
بعد الاستفادة من خبراتكم الرائعة تم عمل المطلوب
Private Sub CommandButton1_Click()
If TextBox1.Value = "" Or TextBox2.Value = "" Or _
TextBox3.Value = "" Or TextBox4.Value = "" Then
MsgBox "اكمل البيانات": Exit Sub
End If
col = TextBox1.Text
F1 = TextBox2.Value
F2 = TextBox3.Value
For i = F1 To F2
Range(col & i).FormulaArray = Application.Substitute(TextBox4.Value, ";", ",")
Range(col & i).FormulaArray = Application.ConvertFormula(Range(col & i).FormulaArray, _
xlA1, xlR1C1, , Cells(F1, col))
Next
End Sub
ادخال معادلة صفيف من خلال يوزرفورم.rar