Hi all,
I am trying to open a SAS.EXE application through a .lnk file (i.e. a shortcut). The code I have so far is as follows
First bit declares a new function:
Public Declare Function ShellExecute _
Lib "shell32.dll" _
Alias "ShellExecuteA" ( _
ByVal hwnd As Long, _
ByVal lpOperation As...