Error 1004 al publicar un pdf.
Saludos estimado
Quería
molestarte con tu valiosa ayudar respecto a un error 1004 que se
presenta al ejecutar la macro adjunta en Excel, de antemano te agradezco
mucho tu tiempo.
Sub pdf()
Dim Nombre As String
Nombre = Range("Nombre")
ActiveCell.Range("A1:K75").Select
Selection.ExportAsFixedFormat Type:=xlTypePDF, Filename:= _
"E:\" & Nombre _
, Quality:=xlQualityStandard, IncludeDocProperties:=True, IgnorePrintAreas _
:=False, OpenAfterPublish:=False
End Sub
1 respuesta
Respuesta de Luis_P
1