Hi,
Can anyone tell me how to name a slide in powerpoint so that the property Slides.Name shows the name I gave it and not "Slide1"
Example:
I have a multi slide powerpoint presentation. In outline view I can click on what looks to be the slide name and change the name to "ColorFull Art", but in VB.NET when I get the Slide Name
(strSlideName = mobjPowerPointPresentation.Slides(i).Name)
it(strSlideName) shows up as "Slide1" not "ColorFull Art". Is there a place in powerpoint to change the "Slide1" name or do I need to get a different property in VB.NET
thanks for your help
j
Can anyone tell me how to name a slide in powerpoint so that the property Slides.Name shows the name I gave it and not "Slide1"
Example:
I have a multi slide powerpoint presentation. In outline view I can click on what looks to be the slide name and change the name to "ColorFull Art", but in VB.NET when I get the Slide Name
(strSlideName = mobjPowerPointPresentation.Slides(i).Name)
it(strSlideName) shows up as "Slide1" not "ColorFull Art". Is there a place in powerpoint to change the "Slide1" name or do I need to get a different property in VB.NET
thanks for your help
j