I have a routine to print a worksheet using Application.Dialogs(xlDialogPrint).Show
This works fine if user is printing to a printer
However - I want to allow the user to Print To PDF but save the PDF to a Specific Folder
The Print to PDF works fine except I cant figure out how to default the...