32位
Private Declare Function ShellExecute 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 Long
64位
Private Declare PtrSafe Function ShellExecute 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 Long
