Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 441
Default Close Adobe after printing

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Printing Charts to Adobe Bern Notice[_2_] Charts and Charting in Excel 1 June 27th 09 08:44 PM
Printing Excel and Adobe Gabe Excel Discussion (Misc queries) 0 June 10th 08 05:54 PM
MS - Excel\adobe printing Dave Excel Discussion (Misc queries) 0 December 24th 07 04:21 PM
Close a foreign application - ADOBE quartz[_2_] Excel Programming 0 January 28th 05 08:31 PM
Printing to Adobe without getting promt for name Danny McCarthy Excel Programming 1 October 29th 03 02:26 PM


All times are GMT +1. The time now is 11:37 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"