On 2012-07-11, Patrick Stadelmann <
Patrick.S...@unine.ch> wrote:
> In article <
dp80d9-...@zem.masonsmusic.co.uk>,
> Justin C <
justi...@purestblue.com> wrote:
>
>> It looks to me like I'm not getting the individual table cells
>> in the line
>> set myCells to item 1 of mySelection
>
> It might be that the selection contains a table, so you should do
> something like :
>
> set myTable to item 1 of mySelection
> set myCells to cells of myTable
Spot on! Thank you for your help. It is correct that,
even though the selection is only certain columns of
the table, 'item 1 of mySelection' is indeed a table.
Back to the InDesign dictionary in ScriptEditor to
figure out the next bit.
Thanks again for your help, I don't think I'd have
got this without help.
> If it doesn't work, look at the class of myTable to try to see what the
> problem is.
>
> Patrick