Reply To: Linked tables to Excel spreadsheets

#96939

Yep. But life can be easier, if you e.g. select two frames with identical cells and copy your content from a > b:

var oldTable = app.selection[0].tables[0].contents;
app.selection[1].tables[0].contents = oldTable;

This article was last modified on August 21, 2017

Comments (0)

Loading comments...