I'm not sure why but the following code results in an error when the file you point to includes spaces. It works fine otherwise.
Any thoughts? I'm thinking maybe I can replace the spaces with nil?
Filename = Application.GetOpenFilename("Adobe PDF (*.pdf),*.pdf")
destinLOC =...