Sorgu için arama sonuçları: xlTypePDF

  1. B

    pdf Kaydetme Sorunu

    Çok Teşekkürler İşimi gördü bu kod Hürmetler
  2. dEdE

    pdf Kaydetme Sorunu

    Merhaba, kitap.Close False satırından önce aşağıdaki satırları ekleyerek dener misiniz? Yol_Dosya_Adı = "C:\Users\ozdem\Desktop\Aaaa.pdf" 'Kendinize göre değiştiriniz. ActiveSheet.ExportAsFixedFormat Type:=xlTypePDF, Filename:=Yol_Dosya_Adı
  3. M

    PDF olarak mail göndermek.

    ...= Range("H16") & "-" & Range("I16") & " - " & Range("C14") & " " & Range("F6") & ".pdf" Range("Print_Area").ExportAsFixedFormat Type:=xlTypePDF, _ Filename:=Yol & "\" & Dosya_Adi, _ Quality:=xlQualityStandard, _ IncludeDocProperties:=True, _ IgnorePrintAreas:=False, _...
  4. M

    PDF olarak mail göndermek.

    ...Dosya_Adi = Range("H16") & " " & Range("C14") Range("Print_Area").ExportAsFixedFormat Type:=xlTypePDF, _ Filename:=Yol & "\" & Dosya_Adi, _ Quality:=xlQualityStandard, _ IncludeDocProperties:=True, _ IgnorePrintAreas:=False, _ OpenAfterPublish:=False Set...
  5. ReformTech

    Soru VBA ile belirli konumdaki veriyi Dosya adı olarak PDF kaydetme

    ...gereken hücre aralığını belirten kod Dosyadi = Worksheets("Veri").Range("I2:I10").Value ActiveSheet .ExportAsFixedFormat Type:=xlTypePDF, Filename:= "Path" & "Dosyadi" & ".pdf" Quality:=xlQualityStandard, IncludeDocProperties:=True, IgnorePrintAreas:=False...
  6. S

    VBA - PDF OLARAK DOSYAYA KAYIT

    Korhan Bey, İlginiz için teşekkür ederim. Textbox olarak yazabileceğim (Excel içerisinde) PDF ismini oluşturup belirttiğim dosyaya kaydetmesini sağlayamıyorum bir türlü.
  7. Korhan Ayhan

    VBA - PDF OLARAK DOSYAYA KAYIT

    ...devam edebilmeniz için dosya adını girmelisiniz!", vbCritical Exit Sub End If Sheets(1).ExportAsFixedFormat Type:=xlTypePDF, _ Filename:=File_Path & File_Name & ".pdf", _ Quality:=xlQualityStandard, _ IncludeDocProperties:=True, _...
  8. E

    Makro ile pdf Kaydedilen dosyayı Mail Gönderme

    ...= shf2.[G33].Value Set shf2 = Nothing Set shf2 = Nothing End Sub Sub CreatePDF() ThisWorkbook.ExportAsFixedFormat xlTypePDF, Filename:="c:\PDF\" & "deneme _ " & Date & ".pdf" Application.Wait (Now + TimeValue("00:00:10")) Dim OutApp As Object Dim...
  9. N

    Makro ile pdf Kaydedilen dosyayı Mail Gönderme

    Merhaba, Şöyle dener misiniz. ThisWorkbook.ExportAsFixedFormat xlTypePDF, Filename:="c:\PDF\" & "deneme _ " & Date & ".pdf"
  10. E

    Makro ile pdf Kaydedilen dosyayı Mail Gönderme

    ...kısmına yada başka bir yere ne gibi bir komut yazabilirim. Kod aşağıdadır. Sub CreatePDF() ThisWorkbook.ExportAsFixedFormat xlTypePDF, Filename:="\\c::\PDF\deneme.pdf" & "_" & Date Application.Wait (Now + TimeValue("00:00:10")) Dim OutApp As Object Dim...
  11. halit3

    ListBoxta seçilen sayfaları PDF olarak Kaydetme

    ...= ThisWorkbook.Path say = CreateObject("Scripting.FileSystemObject").GetFolder(yol).Files.Count + 1 ActiveSheet.ExportAsFixedFormat Type:=xlTypePDF, Filename:=yol & "\" & say & ".pdf", _ Quality:=xlQualityStandard, IncludeDocProperties:=True, IgnorePrintAreas:=False, _ OpenAfterPublish:=True...
  12. furkani

    Method 'ExportAsFixedFormat' of object '_Worksheet' failed

    ...Hata metni; Method 'ExportAsFixedFormat' of object '_Worksheet' failed Hata aldığım satır ise; S1.ExportAsFixedFormat Type:=xlTypePDF, Filename:=Yol & "\" & Dosya_Adi, Quality:=Standard, IncludeDocProperties:=True, _ IgnorePrintAreas:=False, OpenAfterpublish:=False Aldığım...
  13. S

    rapor oluşturma

    ...Klasor = oWSHShell.SpecialFolders("Desktop") Set oWSHShell = Nothing Sheets("GELENEVRAK").ExportAsFixedFormat Type:=xlTypePDF, Filename:= _ Klasor & "\GELEN EVRAK KAYIT " & Format(Now, "yyyymmdddd hhmmss") & ".pdf", Quality:=xlQualityStandard, _ IncludeDocProperties:=True...
  14. S

    rapor oluşturma

    farklı bilgisayarda çalışınca Sheets("GELENEVRAK").ExportAsFixedFormat Type:=xlTypePDF, Filename:= _ Klasor & "\GELEN EVRAK KAYIT " & Format(Now, "yyyymmdddd hhmmss") & ".pdf", Quality:=xlQualityStandard, _ IncludeDocProperties:=True...
  15. S

    rapor oluşturma

    ...Klasor = oWSHShell.SpecialFolders("Desktop") Set oWSHShell = Nothing Sheets("GELENEVRAK").ExportAsFixedFormat Type:=xlTypePDF, Filename:= _ Klasor & "\GELEN EVRAK KAYIT " & Format(Now, "yyyymmdddd hhmmss") & ".pdf", Quality:=xlQualityStandard, _ IncludeDocProperties:=True...
  16. YUSUF44

    rapor oluşturma

    ...Klasor = oWSHShell.SpecialFolders("Desktop") Set oWSHShell = Nothing Sheets("GELENEVRAK").ExportAsFixedFormat Type:=xlTypePDF, Filename:= _ Klasor & "\GELEN EVRAK KAYIT " & Format(Now, "yyyymmdddd hhmmss") & ".pdf", Quality:=xlQualityStandard, _ IncludeDocProperties:=True...
  17. YUSUF44

    ödeme tablosu ayırma

    ...= vbRed ElseIf s2.[A13] <> "" Or s2.[C14] + s1.Cells(i, "C") > 100000 Then s2.ExportAsFixedFormat Type:=xlTypePDF, Filename:= _ Format(Date, "DDMMYYYY") & " " & Format(a, "00") & ".pdf", Quality:=xlQualityStandard, _ IncludeDocProperties:=True...
  18. M

    E-Mail gönderim yardımı

    ...= Uygulama.CreateItem(0) Dosya_Adi = S1.Range("G3").Value & " " & S1.Range("G5").Value & ".pdf" S1.ExportAsFixedFormat Type:=xlTypePDF, _ Filename:=Yol & "\" & Dosya_Adi, _ Quality:=xlQualityStandard, _ IncludeDocProperties:=True, _ IgnorePrintAreas:=False, _...
  19. furkani

    Makro ile pdf Kaydedilen dosyayı Mail Gönderme

    ...edip mail göndermek istiyor musunuz?", vbExclamation + vbYesNo, "Uyarı") If Onay = vbYes Then S1.ExportAsFixedFormat Type:=xlTypePDF, _ Filename:=Yol & "\" & Dosya_Adi, _ Quality:=xlQualityStandard, _ IncludeDocProperties:=True, _...
  20. ulutanas

    Yazdırılan sayfayı PDF olarak kaydetmek?

    Necati bey merhaba bu şekilde yaptığım zaman aşağıdaki kısımın tamamında hata veriyor .ExportAsFixedFormat _ Type:=xlTypePDF, _ Filename:=yol & isim, _ Quality:=xlQualityStandard, _ IncludeDocProperties:=True, _ IgnorePrintAreas:=False, _ OpenAfterPublish:=False
Üst