如何使用 Applescript 在 Excel 中粘贴特殊内容?

发布于 2024-08-31 17:04:20 字数 292 浏览 1 评论 0原文

我正在使用 Applescript 创建一个宏,其中数据从多个文件传输到单个文件。数据是用 复制

copy range the_range destination clipboard

和粘贴的

paste worksheet active sheet destination range "A1"

问题是大部分格式都丢失了,而且我没有设法使“特殊粘贴”语法正确。我已经下载了“Excel2004AppleScriptRef.pdf”。

I am using Applescript to create a macro where data is transferred from several files to a single file. Data is copied with

copy range the_range destination clipboard

and pasted with

paste worksheet active sheet destination range "A1"

The problem is that most of the formatting is lost and I have not managed to get the "paste special"-syntax correct. I have downloaded "Excel2004AppleScriptRef.pdf".

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

倾听心声的旋律 2024-09-07 17:04:20

你尝试过吗

paste special on worksheet active sheet destination range "A1"

Did you try

paste special on worksheet active sheet destination range "A1"
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文