View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
ROland ROland is offline
external usenet poster
 
Posts: 72
Default Printing Sheet to PDF via Macro Code

Here is how you call the prineter you want to use

Application.Activeprinter = "NAME OF PRINTER"
--
Roland


"Simon" wrote:

Hi,

I have an excel worksheet that I would like to be able to print to pdf
through some macro code. The PDF printing application that I'm using is PDF
reDirect v2, does anyone have any ideas as to how I can go about printing the
sheet with Macro Code?

Thanks.