impress jump to slide in basic (solved)
When a presentation is running in impress, it is possible to use a basic macro to jump to a specified slide number using
oController.gotoSlideIndex(n)
Is there a routine to jump to slide by name?
Please try
oController.gotoBookmark("Slide name here")
Thank you, Mike. That seems to do the trick.
Mike: please repost as answer.