如何在选择后粘贴形状
只是想知道在 Excel 2003 中选择对象后如何粘贴该对象:
sheet1.shapes("MyShape").select
With Selection
基本上就是想知道如何复制形状对象或任何对象。最终,我希望使用代码从 Excel 复制上面的形状对象,并将其自动粘贴到访问表单中。
谢谢!
Just wondering how I can paste an object after I have selected it in Excel 2003:
sheet1.shapes("MyShape").select
With Selection
basically jsut wondering how to duplicate a shape object, or any object really. Eventually I am looking to use code to copy a shape object like above from Excel, and paste it into an access form automatically.
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您当然可以将其复制到另一张纸上。
You could of course copy it to another sheet.