Quote:
Originally Posted by NoSparks
Have you tried
Code:
'Print Selected Sheets to PDF
ActiveSheet.ExportAsFixedFormat Type:=xlTypePDF, Filename:=fPath & fName, _
IncludeDocProperties:=True, IgnorePrintAreas:=False, OpenAfterPublish:=True
|
Wouldn't that only export the one sheet I'm on?