Das in die Declaration
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
Und so könnte der Aufruf aussehen :
Call shellExecute(0&, "Open", DATEIPFADUNDNAME$ , "", "", 1)
Die 1 ist derselbe Paramter wie beim Lotus befehl SHELL
Ciao
Don Pasquale