Có vẻ nó chỉ cho xuất PDF theo sheet
Ghi macro lại nó cho câu lệnh sau:
ActiveSheet.ExportAsFixedFormat Type:=xlTypePDF, Filename:= "C:\Users\sondo\Desktop\HANG GAP.pdf", Quality:=xlQualityStandard, IncludeDocProperties:=True, IgnorePrintAreas:=False, OpenAfterPublish:= False
Bạn theo đó mà tùy biến nhé 