g3nrw
06-23-2012, 05:34 AM
PowerPoint 2003.
I am writing some simple VBA code that animates on-screen objects (moves them around, sends to back, brings to front etc). It all works well, provided I know the identifier of each object (such as "Group 297", "Text Box 291", "Rectangle 255" etc).
Problem is, the only way I have found to identify the objects is to record a macro, do something simple with the object, then stop the macro. I can then discover the object's ID from the recorded macro, then use it in my own code. This works, but it becomes very tedious with a large number of objects.
Is there any other way of discovering the ID of an object? (Back in the mists of PowerPoint 97 I seem to remember they were displayed somewhere, but can't remember the details).
--
Ian
I am writing some simple VBA code that animates on-screen objects (moves them around, sends to back, brings to front etc). It all works well, provided I know the identifier of each object (such as "Group 297", "Text Box 291", "Rectangle 255" etc).
Problem is, the only way I have found to identify the objects is to record a macro, do something simple with the object, then stop the macro. I can then discover the object's ID from the recorded macro, then use it in my own code. This works, but it becomes very tedious with a large number of objects.
Is there any other way of discovering the ID of an object? (Back in the mists of PowerPoint 97 I seem to remember they were displayed somewhere, but can't remember the details).
--
Ian