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.

Use oController.gotoBookmark("Slide name here"): XSlideShowController::gotoBookmark is used to move to all kinds of different named objects in a slideshow, including named slides.