View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Dave Peterson[_3_] Dave Peterson[_3_] is offline
external usenet poster
 
Posts: 2,824
Default Prgrammatically save a file to a specific folder on a network drive

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"



Ajit wrote:

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 .


--

Dave Peterson