Hi,
I am hoping for some help to for VBA code to save some sheets as xlxs and some as pdf.
I am using the below code to save all sheets as xlxs with a filename as the name of the sheet within the workbook.
Sub SaveShtsAsBook()
Dim Sheet As Worksheet, SheetName$, MyFilePath$, N&...