View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
Jon Peltier Jon Peltier is offline
external usenet poster
 
Posts: 6,582
Default Print Worksheet to PDF Files

Ken Puls shows how to do it with PDFCreator, another free PDF printer
driver. Unlike most of them, PDFCreator can be manipulated by VBA.

http://excelguru.ca/taxonomy/term/21

- Jon
-------
Jon Peltier, Microsoft Excel MVP
Tutorials and Custom Solutions
http://PeltierTech.com
_______


"equity7252" wrote in message
...
Please provide vba code to create PDF files for each worksheet in a
workbook.

Each PDF file (using CutePDF) will be titled according to the contents of
a
cell

This sounds very easy, but I've had much trouble in executing.