G
Guest
How can I name powerpoint slides each individually
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Vegasvoz said:How can I name powerpoint slides each individually
David M. Marcovitz said:That's strange. I've never seen the object names not persist. I'm wondering
if the file is being properly saved after naming. Are you doing anything
else besides naming the objects before closing? My thought (and I'm just
guessing here) is that when you use VBA to change the name of an object,
PowerPoint isn't recognizing the file as being changed. Try changing
something on a slide (type something or add another object) after you
change the names. Then save your file. This is just a guess because I have
never seen this problem before.
--David
--
David M. Marcovitz
Microsoft PowerPoint MVP
Director of Graduate Programs in Educational Technology
Loyola College in Maryland
Author of _Powerful PowerPoint for Educators_
http://www.PowerfulPowerPoint.com/
I have a similar question, but it related to naming shapes on a slide. I
want to refer to specific shapes on a slide in VBA code, using something like
Set shpChart = theSlide.Shapes(strShapeName)
Can you point me in the right direction?
David M. said:That's strange. I've never seen the object names not persist. I'm wondering
if the file is being properly saved after naming. Are you doing anything
else besides naming the objects before closing? My thought (and I'm just
guessing here) is that when you use VBA to change the name of an object,
PowerPoint isn't recognizing the file as being changed.
That trick worked. thanks
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.