Save Excel range as pdf Save Excel range as pdf vba vba

Save Excel range as pdf


you have the code, just use a range instead of activesheet

e.g. Sheets("Sheet1").Range("B2:H28").ExportAsFixedFormat ...