Hi So currently i use the below to save my file
Dim myFolder As String, mySheet As String
myFolder = Sheets("Configuration").Range("J21").Value
ChDir myFolder
ActiveWorkbook.SaveAs Filename:="BOWSER"
==========
My J21 is C:\Documents and Settings\Manager\Desktop\BOWSER
However.. I'm really want to save to C drive on another computer. The path is \\1031mbo3\c\Documents and Settings\Manager\Desktop\BOWSER
However.. It doesnt save to there. It doesnt work for some reason.
Any ideas on how i can save the program via a macro... either without having to worry about pathnames or save to c drive on another computer's folder within my network?
Thanks so much!!
Dim myFolder As String, mySheet As String
myFolder = Sheets("Configuration").Range("J21").Value
ChDir myFolder
ActiveWorkbook.SaveAs Filename:="BOWSER"
==========
My J21 is C:\Documents and Settings\Manager\Desktop\BOWSER
However.. I'm really want to save to C drive on another computer. The path is \\1031mbo3\c\Documents and Settings\Manager\Desktop\BOWSER
However.. It doesnt save to there. It doesnt work for some reason.
Any ideas on how i can save the program via a macro... either without having to worry about pathnames or save to c drive on another computer's folder within my network?
Thanks so much!!