Hi,
I have the following problem:
Private oEditText As SAPbouiCOM.EditText
Private oMatrix As SAPbouiCOM.Matrix
I am getting data from the matrix, but when I try
Set oEditText = oMatrix.Columns(1).Cells (pVal.Row).Specific
VB keeps telling me I have the wrong type.
I tried the solution from the post "Getting data from LinkedButton matrix cell", but can't get it to work; quite possibly because I'm new to VB.
How can I convert the data from LinkedButton field to EditText?
Add a comment