I have a routine which prompts the user to choose a folder to save an embedded Word document as PDF;
FilePath = Application.GetSaveAsFilename(InitialFileName:=File121, FileFilter:="PDF Files (*.pdf), *.pdf", Title:="Select Folder to save")
It works fine, except if the user clicks cancel in...