Hi,
I would like to create custom slide numbers in Power Point by using vba. The slide numbers should only count and appear on selected slides.
I have tried using the property slides(i).slidenumber, but this property seems to be read-only.
I have also consideres using text boxes (and counting in vba using my custom criteria), but when re-inserting the slide numbers, the previous numbers will stay in the presentation.
Have you got an idea to solve my problem?
Thanks in advance!
I would like to create custom slide numbers in Power Point by using vba. The slide numbers should only count and appear on selected slides.
I have tried using the property slides(i).slidenumber, but this property seems to be read-only.
I have also consideres using text boxes (and counting in vba using my custom criteria), but when re-inserting the slide numbers, the previous numbers will stay in the presentation.
Have you got an idea to solve my problem?
Thanks in advance!