Hi Everyone,

I'm trying to put a field on a cell table that refers to an attribute value of a block inserted in annother cell (of the same table).

Using VBA i can directly get the value, but what i want to do is to create a field that will automatically follow the value changing of the attribute block in the other cell.

To get this worked i need the ID of the attribute reference in order to put it in the field expression : "%<\AcObjProp Object(%<\_ObjId xxxxxxxxx>%).TextString>%", but with the AcadTable object you can't get this...(the GetTableRecordId returns the ID of the block definition and the GetBlockAttributeValue2 use the ID of the attribute definition not the reference)

Thanks in advance for any answer ^^