I have a matrix , i would like to like specific colum Say column1 to
multiple object, meaning every row will link to different object, is that possible?
I know how to link a coulmn to a Linked object
oColumn = oColumns.Item("column1") oLink = oColumn.ExtendedObject oLink.LinkedObject = SAPbouiCOM.BoLinkedObject.lf_GLAccounts
what i want is based on certail condition
row1, coulumn1 link to lf_Invoice
row2, coulumn1 link to lf_PurchaseInvoice
Is that possibel?