hi,
i am got a value, A. I want to assign back to column A in the matrix. How's the syntax look like ?
My Code :
Dim ans as Integer
aCol = oMatrix.Columns.Item("A")
How to assign back the ans value into aCol ?
Thanks