Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have the following function which starts Adobe, opens a file, prints the
file, and closes the file. Does anyone know how to also close the Adobe App as well? Public Function PDFPrintFile2(argAdobeAppFullName As String, argPDFFileToPrintFullName As String) 'START ADOBE APPLICATION AND PRINT A FILE Dim lngReturnValue As Long lngReturnValue = Shell(argAdobeAppFullName & " /p /h " & argPDFFileToPrintFullName) End Function Thanks much in advance. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Printing Charts to Adobe | Charts and Charting in Excel | |||
Printing Excel and Adobe | Excel Discussion (Misc queries) | |||
MS - Excel\adobe printing | Excel Discussion (Misc queries) | |||
Close a foreign application - ADOBE | Excel Programming | |||
Printing to Adobe without getting promt for name | Excel Programming |