Search results

  1. H

    VBA/Macro for loading a PDF

    write Declaration of API Function in a Module as: Public Declare Function apiShellExecute Lib "shell32.dll" Alias "ShellExecuteA" (ByVal hwnd As Long, _ ByVal lpOperation As String, ByVal lpFile As String, ByVal lpParameters As String, _ ByVal lpDirectory As String, ByVal nShowCmd As Long) As...
  2. H

    Start an Application from a Form

    Open Document Via Vba Code USE THIS Command: PowerPoint = Shell(C:\Program Files\Microsoft Office\OFFICE11\POWERPNT.EXE" C:\Training\Training.ppt, 1) hashemi-te@esfahansteel.com
Back
Top Bottom