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!