Skip to Content
0
Former Member
Sep 02, 2011 at 08:35 AM

how to assign value in matrix column

99 Views

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