C Christy Mar 10, 2004 #1 In a macro, I would lke to programmatically save a file to a specified folder on a network drive. Please advise.
In a macro, I would lke to programmatically save a file to a specified folder on a network drive. Please advise.
N Nikos Yannacopoulos Mar 11, 2004 #2 Christy, The command is: ActiveWorkbook.SaveAs "PathAndFileName.xls" HTH, Nikos
G Guest Apr 1, 2004 #3 Nikos I m also looking for something similar. I was little querious to know can we still save it on the server if that server is not mapped .
Nikos I m also looking for something similar. I was little querious to know can we still save it on the server if that server is not mapped .
D Dave Peterson Apr 2, 2004 #4 The original thread has aged off my newsreader's cache. But maybe you just save the workbook using the UNC path. thisworkbook.saveas filename:="\\myserver\myshare\myfolder\myworkbook.xls"
The original thread has aged off my newsreader's cache. But maybe you just save the workbook using the UNC path. thisworkbook.saveas filename:="\\myserver\myshare\myfolder\myworkbook.xls"