Error opening excel file when using path variable.
Trying to open an excel file using the path variable "$Input_File" as below. When I run the script I receive an evaluation error. The script works fine when I execute the script with the file path itself rather than using the path variable. Can anybody suggest why this happens and how to resolve? Using JMP Pro 17. Set Path Variable("Input_File", Pick File());
...
dt = Open(
"$Input_File",
Worksheets