type=xltypepdf

  1. H

    Increase Print Size on PDF export

    I have a sheet that I export to PDF using a macro below I would like to amend this to increase the PDF doc to 150% before exporting the doc Sub Export_Summary_as_PDF() Application.ScreenUpdating = False Range("Summary").Select ActiveSheet.ExportAsFixedFormat Type:=xlTypePDF...
  2. J

    Adding a signature or image after body of text ??

    Hi if some one could please help me add a signature or image to this code i would be very grateful. Sub twosaves() Sheets("Quote").Select ActiveSheet.ExportAsFixedFormat Type:=xlTypePDF, _ filename:="C:\Users\James\Documents\Excel Test Folder\Quotes PDFs Test\" & _...
  3. J

    ChDir

    Hello, Why doesn't this work? The error is in the line that starts with ChDir abc & ""... abc = "C:\a\b\c" f = Range("A1") Sheets("1").Select ChDir abc & "\" & f & "\" & "\g" ActiveSheet.ExportAsFixedFormat Type:=xlTypePDF, Filename:= _ "a" & "_" & f & "_" &...
  4. D

    VBA Adding image to PDF file

    So I can create pdf from worksheet fine, but it does not show my logo image. What do I do to add to ActiveSheet.ExportAsFixedFormat Type:=xlTypePDF, _ FileName:=pdf_expenseName, _ Quality:=xlQualityStandard, _ IncludeDocProperties:=True, _...
  5. J

    using 2 cells to name file in macro saveing to PDF

    I have been able to save to PDF using 1 cell to name the file but require 2 i want to use I7 and I6 Im unsure of the next step and surprised i got this far Sub saveaspdf() ' ' saveaspdf Macro ' ' ActiveSheet.ExportAsFixedFormat Type:=xlTypePDF, Filename:= _...
  6. S

    print PDF and save pdf with cell information

    Hi there, can anyone help I'm stock here with a VBA problem (I think :rolleyes:) see code below, what I want to do is that Cell H2 what contains =now() to be saved as file name. but its not working, is this the correct way or is there another way??? ActiveSheet.ExportAsFixedFormat...

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top