Search code examples
vbapowerpoint

How to name an object within a PowerPoint slide?


So I know how to name a textbox, or a like object in PowerPoint with VB, but I was wondering if there was a way to name objects through the Ribbon (PowerPoint 2007). For instance, if I add a text box onto a slide, is there a way to assign it a name (sort of like the properties window in access, or the textbox in Excel 2003 at the top left side where you can enter the name)?

Basically so I can reference it in code later; without having to use code to name each and every object i add after the fact. Perhaps an easier way through the Ribbon?


Solution

  • PowerPoint for Windows:

    1. Click on the object (textbox, shape, etc.) to select it.
    2. In the Drawing Tools | Format tab, click on Selection Pane in the Arrange group.
    3. From there, you'll see names of objects.
    4. Double click (or press F2) on any name and rename it. By deselecting it, it becomes renamed.

    You can also get to this from the Home tab -> Drawing group -> Arrange drop-down -> Selection pane or by pressing ALT + F10.