View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
pdberger pdberger is offline
external usenet poster
 
Posts: 258
Default Print form from other application

Good morning --

I want to print out a blank form (probably a pdf) from another application,
then have the user reload that form into the printer and have Excel fill it
out. I want to do it that way because it's a lot easier than designing the
10-page form in Excel, and it's a government form and I want them to accept
it.

So I'll have a MsgBox that says, "You're going to print out the right pdf
form." Then I want the pdf form to print. It will be in the same directory
as the Excel workbook.

If the form is called "855B.pdf", can anyone help me with the command to
print it out?

Thanks in advance.