Get tables in content control?

J

JsjsLim

Hi,

Assume that I have the following nested tables/contentcontrols/tables:

<table>
<row id="row1">
<ContentControl id="control1">
<table id="table1" />
</ContentControl>
</row>
<row id="row2">
<ContentControl id="control2">
<table id="table2" />
</ContentControl>
</row>
</table>

When the user clicks in a row in control2/table2, how can I get the selected
cell's row/column?

Application.Selection.Rows and Application.Selection.Columns appear to be
for the outer table only.

Please help.

Thanks
Josh
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top