In the Target of a shortcut I run the following .exe successfully
"C:\Program Files (x86)\VATECH\EzDent-i\Bin\VTE2Loader_ReqAdmin32.exe"
When I try to execute the same with Shell,
	
	
	
		
I receive Run time error 5
Invalid Procedure Call or Argument
 "C:\Program Files (x86)\VATECH\EzDent-i\Bin\VTE2Loader_ReqAdmin32.exe"
When I try to execute the same with Shell,
		Code:
	
	
	    Dim myPath2 As String
    myPath2 = "C:\Program Files (x86)\VATECH\EzDent-i\Bin\VTE2Loader_ReqAdmin32.exe"
    Call Shell(myPath2, 1)I receive Run time error 5
Invalid Procedure Call or Argument
 
	 
 
		
 
 
		 
 
		 
 
		 
 
		