Shatneriffic
MIS
Hello
I'm trying to use VB.NET to save an open spreadsheet to a network drive and am receiving errors when run the code. Here's the line where the problem exists.
excelWorkbook.SaveCopyAs("//wsent01ts/callgrp/reports/Accts 120 ME.xls");
I can save it manually to this path: \\wsent01ts\callgrp\reports\Accts 120 ME.xls
Any ideas? Thanks!
I'm trying to use VB.NET to save an open spreadsheet to a network drive and am receiving errors when run the code. Here's the line where the problem exists.
excelWorkbook.SaveCopyAs("//wsent01ts/callgrp/reports/Accts 120 ME.xls");
I can save it manually to this path: \\wsent01ts\callgrp\reports\Accts 120 ME.xls
Any ideas? Thanks!