I\'d like to \'save as\' a specific sheet or specific range to pdf.
I tried implementing a range into my code.
Here is what I\'ve been working with:
you have the code, just use a range instead of activesheet
activesheet
e.g. Sheets("Sheet1").Range("B2:H28").ExportAsFixedFormat ...
Sheets("Sheet1").Range("B2:H28").ExportAsFixedFormat ...