Tag Archives: MenuitemExecute

DDE : MenuitemExecute

The menu entry where the Acrobat application was specified is executed.Only Acrobat can be used. It is not possible to use it with Acrobat Reader. Syntax [MenuitemExecute(char* menuItemName)] Returns It is not. Argument menuItemName[char*] Menu entry that exists in ‘Acrobat Toolbar and Toolbar Button Names list‘. Sample: VBA of Excel The toolbar of the Acrobat application is hidden. Acrobat Toolbar and Toolbar Button Names list Please confirm the test by the step execution with F8 key. Sub DDE_MenuitemExecute()    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:\Test01.pdf”””        ‘The Acrobat application … Continue reading DDE : MenuitemExecute