I have code to save as a pdf but it defaults to the directory that the spreadsheet is located in. I want it to ask where it wants to save the file. Could someone help me with updating this vba code please?
Sub save_pdf()
Dim currentSheet As Worksheet, fname As String
fname =...