How can I send my presentation to a certain slide according to what was typed in an inputbox?

I need something like:
[VBA]
Presentation.GoToSlide(65)
[/VBA]