Copy a shape from a PowerPoint Master slide layout to the cu -


in powerpoint 2010:

i create macro copy shape created on one of layout slides of master slide, , paste active slide - slide i'm on when i'm running macro. (i need utilize on slide- clone it, etc.)

how that?

thanks,

you haven't mentioned how you'd identify shape copied, if know in advance it'll be, example, sixth shape on second custom layout of first master in presentation , want copy/paste onto slide 3:

sub thing()      dim osh shape      ' copies sixth shape on second layout of first master     ' change needed     set osh = activepresentation.designs(1).slidemaster.customlayouts(2).shapes(6)      osh.copy      set osh = activepresentation.slides(3).shapes.paste(1)      osh         ' formatting/sizing/etc. here     end  end sub 

Comments

Popular posts from this blog

php - Calling a template part from a post -

Firefox SVG shape not printing when it has stroke -

How to mention the localhost in android -