Hi,
An issue is noted with version 11.2 in opening excel file using the instruction APPLICATION (LOAD,.......... If the path of the excel file contains space inside the folder name makes the excel application open with the wrong file path.
See the images attached, Here made to pass the file location path via argument and it tries to open bad files.
1.
2.
3.
4.
KR
Tijo
Hi,
Try to add (escaped) double-quotes to encapsulate the path
Hi Tijo,
I confirm the suggestion of Florent.
Here is a sample code
Application("LOAD", "C:\Program Files (x86)\Microsoft Office\Office12\EXCEL.EXE", ""F:\My Folder With Spaces\Extraction.xlsx"");


