Thread: Print pages
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Martin[_23_] Martin[_23_] is offline
external usenet poster
 
Posts: 15
Default Print pages

Hi all,

I have an Excel worksheet that consists of several pages. I need code to
print each individual page to PDF files. I have code to print to PDF via
Adobe Distiller but cannot figure out how to extract each individual page. I
am able to count vertical page breaks using VPageBreaks.Count, but how do I
extract \ print each page? Any help would be appreciated.

Thanks.