如何使用 Applescript 在 Excel 中粘贴特殊内容?
我正在使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你尝试过吗
Did you try