Hi
This is probably dead easy, but in powerpoint vba how do I find out the name of the current slide?
Is there not something similar to Excel's acitvesheet.name property?
I've tried ActivePresentation.Slides.Name, but this requires the slide index, I probably need determine the slide index, but what do I use to do this ?
thanks in advance
This is probably dead easy, but in powerpoint vba how do I find out the name of the current slide?
Is there not something similar to Excel's acitvesheet.name property?
I've tried ActivePresentation.Slides.Name, but this requires the slide index, I probably need determine the slide index, but what do I use to do this ?
thanks in advance