Hello Dear Excel programmers! Please tell me how to fix the code below (excel 2003 vba) so that the third-party application “v5.exe” launched from the book from List1 opens as a modal window "froze" all actions with the book until the process "v5.exe" is completed (win xp and win 7)? In other words, how to run the application "v5.exe" (this is a window with fields) as a regular excel form? Thank!
Dim MyPath MyPath = Shell(Environ("temp") & "\" & "v5.exe " & Chr(34) & ThisWorkbook.FullName & Chr(34), 1)