Quote:
Originally Posted by JohnWilson
I was really suggesting you stored the actual shapes in a presentation and wrote code to open it invisibly (WithWindow:=false) and then copy in code and paste ito the presentation in code. The effect is much like the normal Insert Shape method.
You can read up on the FreeformBuilder method but it is pretty complex.
|
Oh ok so let me see if I understand.
In a presentation I would create the shapes then probably name them something unique. Then write code in my working presentation that would paste this created/named shape into my current presentation without the shape presentation being open.
If that is right can you give me a basic code? for example I would call the shape CustomShape1 in a presentation called CustomShapesPresentation located in the my documents folder.
Thanks