Open file in excel with whitespace in filename
Hi, Is it possible to open an Excel file from JMP where there is whitespace in the filename or path? Code from this post works where there is no whitespace: Solved: Open Excel File in Excel (Windows standard application) by JSL - JMP User Community excel_file_to_open = Concat( "/X:/folder location/",excel_file_new_name); RP = Run Program( Executable( "C:\Program Files\Microsoft Office\root\Of...