It's a basic and easy question but no way to find the answer or a good tutorial in the web. And obviously no way to find it in this Office Help.
I'm using a macro in VBA to generate a Powerpoint. The code constists in copying a template slide of a Powerpoint Document assigning value of an Excelline into the defined shape of the PPT template.
The question is: I have no idea as to define the shape like in this previous code :
PptDoc.Slides(iSlide).Shapes("URL").TextFrame.TextRange = VerbatimSheet.Cells(i, 2).Value
How can I define the "url" shape? In the template or in the VBA Macro of Excel?