![]() |
#1
|
|||
|
|||
![]()
Good Afternoon!
I'm having some issues with a macro that I built to select certain sheets of my excel file to export as a PDF. It's saving with the correct name and in the correct place, but the sheets only show the footer and maybe one line. Below is what i have. Sub Print_To_PDF() ' Print_to_PDF Macro ' Set Path to Save fPath = "C:\Users\dkdougl1\Documents\" 'Set File Name fName = Sheets("Notes and Warnings").Range("A33") 'Select sheets to Print to PDF Sheets(Array("Calibration Sheet", "Weighing Dry", "Weighing Wet", "Final Weigh", "Base Mix Sheet", "Final Mix Sheet", "Weigh Up Operations", "Base Start Up Operations", "Base Mixing Operations", _ "Base Mill Operations", "Final Start Up", "Final Mix Operations", _ "Final Mill Operations")).Select 'Print Selected Sheets to PDF Selection.ExportAsFixedFormat Type:=x1TypePDF, FileName:=fPath & fName, OpenAfterPublish:=True End Sub Thanks! |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
![]() |
andxie | Excel Programming | 10 | 05-31-2018 05:21 PM |
![]() |
billbowers | Excel | 3 | 04-27-2015 01:19 AM |
![]() |
ADubin | Excel Programming | 3 | 02-08-2015 04:57 AM |
EXCEL macro problem please help! | ryguy551 | Excel Programming | 2 | 05-22-2014 03:58 PM |
Problem with macro | MS baby | Excel Programming | 4 | 03-31-2014 02:47 PM |