اذهب الي المحتوي
أوفيسنا

تعديل كود التصدير إلى pdf


Ali994m
إذهب إلى أفضل إجابة Solved by الرائد77,

الردود الموصى بها

السلام عليكم 

ترجى المساعدة في تعديل كود الترحيل الىpdf  ليتم تصدير الصفحة الأولى فقط 

وجزاكم الله كل خير

Sub Export_PDF_in_OneAll()
Application.ScreenUpdating = False
Sheets(Array("Report")).Select
mypath = "D:\Settle Plate\" & Range("e9").Value
If Dir(mypath, vbDirectory) = "" Then MkDir mypath
ActiveSheet.ExportAsFixedFormat xlTypePDF, mypath & "\" & Range("a11").Value & ".pdf", xlQualityStandard
Worksheets("Report").Select
Application.ScreenUpdating = True
MsgBox "   Export To PDF Done"
End Sub

1050معدل.xlsm

رابط هذا التعليق
شارك

  • أفضل إجابة

غير فقط  activesheet الى نطاق الصفحة الاولى

ActiveSheet.ExportAsFixedFormat xlTypePDF, mypath & "\" & Range("a11").Value & ".pdf", xlQualityStandard

لتصبح

ActiveSheet.Range("A1:i33").ExportAsFixedFormat xlTypePDF, mypath & "\" & Range("a11").Value & ".pdf", xlQualityStandard

 

  • Like 3
رابط هذا التعليق
شارك

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

زائر
اضف رد علي هذا الموضوع....

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • تصفح هذا الموضوع مؤخراً   0 اعضاء متواجدين الان

    • لايوجد اعضاء مسجلون يتصفحون هذه الصفحه
×
×
  • اضف...

Important Information