Tag Archives: AppExit

DDE : AppExit

All open PDF files are shut. Afterwards, Acrobat (Or, Acrobat Reader) application is ended.It is possible to use it by both Acrobat and Acrobat Reader. Syntax [AppExit()] Returns true Application is exitted successfully. false Otherwise. Notes: The return value cannot be acquired with DDE of VBA of Excel.   Sample: VBA of Excel   When the PDF document is displayed, Acrobat (Or, Acrobat Reader) application is ended.   Please confirm the test by the step execution with F8 key.  Sub DDE_AppExit()    Dim lChanNo     As Long   ‘DDE channel number    Dim strFilePath As String  ‘The full path of PDF file    ‘A double quotation mark is added for blank starting full path    strFilePath = “””E:\iac_developer_guide.pdf”””    … Continue reading DDE : AppExit