Excel 2003 VBA : how to paste a shape after selection
Posted
by Justin
on Stack Overflow
See other posts from Stack Overflow
or by Justin
Published on 2010-03-23T01:11:08Z
Indexed on
2010/03/23
5:01 UTC
Read the original article
Hit count: 272
Just wondering how I can paste an object after I have selected it:
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!
© Stack Overflow or respective owner