Hi
Thanks for your reply.
i need to set value for some UDF on a system matrix. crurrently ,i use following code
oMatrix.Columns.Item("U_RawMaterials").Cells.Item("rowIndex").Specific.value = "222"
this works but when i have more than 10 UDF to fill together,the performance is bad. it takes nearly one second to fill one field.
Is there any fast way to set the value?