What you're seeing is an Input box - not a Message box - with a prompt, saying 'Path?

Simply change:
myPath = InputBox("Path?")
to:
myPath = InputBox("What is the File Path for the Word documents that you want to process?")
and see if you can work out the rest.