Search found 1 match
- Fri Apr 21, 2023 3:55 pm
- Forum: Programming
- Topic: Size of PDF file with Excel VBA bigger than done manually
- Replies: 0
- Views: 3036
Size of PDF file with Excel VBA bigger than done manually
Hi I try to automate the PDF generation from an Excel tab with VBA. It's work perfectly except the fact that the size is 4 time bigger (600k versus 150k) than when I do the same manually. That's the code I use: Worksheets("Facture").PrintOut Copies:=1, ActivePrinter:="Bullzip PDF Prin...