S
stephen
Hi,
I have an excel path white space/blank space in path issue.
I have to start an Excel application and I use System.Diagnostic.Process().
while testing I was hardcoding the values for e.g.
String testPath = @"""C:\Documents and Settings\User\My Documents\Excel
Files\Test.xls"""; and use this in the
System.Diagnostics.Process.Start("Excel.exe", testPath); it opens the excel
document
but when this path is recieved via a method, I have trouble appending the
@""" + testPath + """;
so that I can run this.
Please help!!!
Stephen
I have an excel path white space/blank space in path issue.
I have to start an Excel application and I use System.Diagnostic.Process().
while testing I was hardcoding the values for e.g.
String testPath = @"""C:\Documents and Settings\User\My Documents\Excel
Files\Test.xls"""; and use this in the
System.Diagnostics.Process.Start("Excel.exe", testPath); it opens the excel
document
but when this path is recieved via a method, I have trouble appending the
@""" + testPath + """;
so that I can run this.
Please help!!!
Stephen