View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Ron de Bruin Ron de Bruin is offline
external usenet poster
 
Posts: 11,123
Default Save As PDF / XPS

You can do this maybe
http://www.rondebruin.nl/print.htm#non-contiguous

Then use that worksheet to create the PDF
See
http://www.rondebruin.nl/pdf.htm

--

Regards Ron de Bruin
http://www.rondebruin.nl/tips.htm


"Cresta" wrote in message ...
Excel vba (Save As PDF / XPS)
Is it posible to merge more than one named range on different sheets to one
pdf file. ie Sheets(1).Range("Name1") and Sheets(2).Range("Name2")

Or

Is it posible to merge several pdf files into one.

Thanks