I'm new at coding. I have put together a code to save several worksheets to a pdf file and it is working except I can't figure out how to have it let me pick the filename and path. As it is it just overwrites the previously saved file.
TIA
Public Sub SaveSheetsAsPDF()
Dim wksAllSheets As...