我有 AS 正在努力将数据写入 Word 2011 中的表格,我可以获取该表格的属性,但是如何复制表格并将新表格添加到活动文档但名称/ID 不同?abFile 在tell 块之前指定。
tell application "Microsoft Word"
activate
open abFile
set tableProps to get properties of tables of active document
end tell
我想要的是一种说法:
make new table in active document with tableProps and name "2"