Need help coding a "FileName" "SaveAs" to a specific serving location
Posted by DLM on March 22, 2001 11:03 AM
Hi.
This is probably so simple, I've tried a lot of statements, and cannot solve it.
I have an Excel workbook that contains VBA code to save the workbooks based on the cost center.
This is the save as statement:
tfile.SaveAs FileName:="CC" & Cell.Value & ".xls"
Now all I want to do is send it to a server drive and a specific location. For example,
n:\prime\blink\worker
Any help would be greatly appreciated.