print the pdf file

A

ake

I have the following codes that opens up my pdf file. What my question is
what should I add to these codes to get the pdf file printed?

Sub PrintPDF()
Dim strPSFile As String, strPDFFile As String
strFolder = "C:\Documents and Settings\KRP\Desktop\"
strPDFFile = strFolder & "075942LA.PDF"
ActiveWorkbook.FollowHyperlink Address:=strPDFFile, NewWindow:=False
End Sub


Thanks,
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top