View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Angela[_6_] Angela[_6_] is offline
external usenet poster
 
Posts: 2
Default Macro to print to 1 pdf

I would like to create a macro to print multiple sections
of a workbook to a single pdf file. All I have managed to
do is print to separate files. Is there a way to select
different ranges on different worksheets and print them
all to a single file?

It has been suggested that I my need to create a page with
links to the other sheets. I am also unsure of what this
will entail.