Hi,
Have a little question.
I'm calling a Shell: eg.
Private Sub Command1_Click()
Shell("C:\Uninstall.exe"). Works fine.
End Sub
but when the file is not available it just stops. So I tried it with On Error GoTo Err
Err: msg "File not found"
Doesn't work also.
Anyone sees what I'm doing wrong?
Have a little question.
I'm calling a Shell: eg.
Private Sub Command1_Click()
Shell("C:\Uninstall.exe"). Works fine.
End Sub
but when the file is not available it just stops. So I tried it with On Error GoTo Err
Err: msg "File not found"
Doesn't work also.
Anyone sees what I'm doing wrong?