good after noon
could any one help me, i'm tring to open another ms applications (word document) without closing my current application but i couldn't the following code only open an executable applications so can any one provide me with a code i'm searching for
Private Sub Command48_Click()
On Error GoTo Err_Command48_Click
Dim stAppName As String
stAppName = "D:\Documents and Settings\mubaya0e\My Documents\song.exe"
Call Shell(stAppName, 1)
Exit_Command48_Click:
Exit Sub
Err_Command48_Click:
MsgBox Err.Description
Resume Exit_Command48_Click
End Sub
thanks
could any one help me, i'm tring to open another ms applications (word document) without closing my current application but i couldn't the following code only open an executable applications so can any one provide me with a code i'm searching for
Private Sub Command48_Click()
On Error GoTo Err_Command48_Click
Dim stAppName As String
stAppName = "D:\Documents and Settings\mubaya0e\My Documents\song.exe"
Call Shell(stAppName, 1)
Exit_Command48_Click:
Exit Sub
Err_Command48_Click:
MsgBox Err.Description
Resume Exit_Command48_Click
End Sub
thanks