Word 2011 のテーブルにデータを書き込むために AS を使用しており、そのテーブルのプロパティを取得できますが、テーブルを複製して新しいテーブルをアクティブ ドキュメントに別の名前/ID で追加するにはどうすればよいですか? tell ブロックの前に abFile が指定されています。
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"