Crear PDF

You might also like

Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

Sub pdf()

ActiveSheet.ExportAsFixedFormat Type:=xlTypePDF, Filename:= _


"XXX.pdf", Quality:=xlQualityStandard, _
IncludeDocProperties:=True, IgnorePrintAreas:=False, OpenAfterPublish:= _
True
End Sub

You might also like