Tag Archives: AppShow

DDE : AppShow

The Acrobat application is returned from minimization to former size and the screen is displayed.Only Acrobat can be used. It is not possible to use it with Acrobat Reader. Syntax [AppShow()] Returns true The Acrobat application is shown successfully. false Otherwise. Notes: The return value cannot be acquired with DDE of VBA of Excel. Sample: VBA of Excel The Acrobat application is returned from minimization to former size and the screen is displayed. Please confirm the test by the step execution with F8 key. Sub DDE_AppShow()    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 … Continue reading DDE : AppShow