I am trying to open a workbook with a command button however the path to the file is giving me a fit. The path for the file location contains spaces and I am going blind trying to figure out how to rectify the path. Heres the line. I am sure someone here will see this problem quick! Thanks.
Heres the actual path: N:\OPS\COMMON\OpsResearch\Contact Center\DI CCL Reporting dB\Apps by Agent.xls
Heres the mess I made out of it:
stAppName = "Excel.exe N:\OPS\COMMON\OpsResearch\Contact" & Chr(34) & "Center\DI" & Chr(34) & "CCL" & Chr(34) & "Reporting" & Chr(34) & "dB\Apps" & Chr(34) & "by" & Chr(34) & "Agent.xls
Heres the actual path: N:\OPS\COMMON\OpsResearch\Contact Center\DI CCL Reporting dB\Apps by Agent.xls
Heres the mess I made out of it:
stAppName = "Excel.exe N:\OPS\COMMON\OpsResearch\Contact" & Chr(34) & "Center\DI" & Chr(34) & "CCL" & Chr(34) & "Reporting" & Chr(34) & "dB\Apps" & Chr(34) & "by" & Chr(34) & "Agent.xls