J
Jezebel
I have some code that carries out an operation on the table containing the
current selection. Works fine on a simple table. If the selection is in a
nested table, I need to work on the parent table. I can check if the
selection is in a nested table (Table.NestingLevel > 1) -- but how can I get
a reference from there to the parent table? From my reading of the
documentation, I should be able to use
Selection.TopLevelTables(1)
But applying my code to this reference affects the rows of the nested table
and the rows of the parent table *following* the nested table. Anyone have
any experience with this?
current selection. Works fine on a simple table. If the selection is in a
nested table, I need to work on the parent table. I can check if the
selection is in a nested table (Table.NestingLevel > 1) -- but how can I get
a reference from there to the parent table? From my reading of the
documentation, I should be able to use
Selection.TopLevelTables(1)
But applying my code to this reference affects the rows of the nested table
and the rows of the parent table *following* the nested table. Anyone have
any experience with this?