atvaxn Posted May 14, 2024 Posted May 14, 2024 I have a script to add an image file to powerpoint. ( Now, there is a part, which is: $oSlide = $oPres.Slides(1) Here I have to add the slide number. But how to find out the Index of the current slide I am editing?
Solution atvaxn Posted May 14, 2024 Author Solution Posted May 14, 2024 I have found the answer, after trying hundreds of commands: Local $iSlideIndex = $oPres.Application.ActiveWindow.View.Slide.SlideIndex Thanks all
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now