Forum Discussion
hlalumiere
13 years agoRegular Contributor
Nevermind, didn't read the code properly....
You need to escape the backslashes in the path. Instead of C:\TestPath\TestFile.xlsx, write C:\\TestPath\\TestFile.xlsx.
You need to escape the backslashes in the path. Instead of C:\TestPath\TestFile.xlsx, write C:\\TestPath\\TestFile.xlsx.