Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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, |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
my excel is converting all my print jobs to print to file why? | Excel Discussion (Misc queries) | |||
The Print # command print not all rows from excel sheet to file | Excel Programming | |||
How to format the extension less file to print with Dos's Print Command | Excel Discussion (Misc queries) | |||
Can view file in print preview, but not print layout.... | Excel Discussion (Misc queries) | |||
How do I print from a file created from sending a print to a file | Excel Discussion (Misc queries) |