E
Edward
Hi everubody,
I need to find the index of current slide in order to add a new slide after
it . I use
ActiveWindow.Selection.SlideRange(1).SlideIndex but this code only works if
we have selected the slide before running the code . lets say if you see the
third slide on screen but in slide tab that slide is not slected (
highlighted border) then it doesn't return slideindex so I need to find a
way beside selection object to find the the current slide's slideindex even
when the slide is not highlighted in slide tab.
I need to find the index of current slide in order to add a new slide after
it . I use
ActiveWindow.Selection.SlideRange(1).SlideIndex but this code only works if
we have selected the slide before running the code . lets say if you see the
third slide on screen but in slide tab that slide is not slected (
highlighted border) then it doesn't return slideindex so I need to find a
way beside selection object to find the the current slide's slideindex even
when the slide is not highlighted in slide tab.