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
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