I receive spreadsheets from various sources (via email). Once received and opened I use VBA to add a timestamp to the xls file name and then want to save them all to the same folder location on the server using a network address ... for example "X:\central\excel". I run this from a workstation, and instead of saving to the network folder it keeps saving the files to C:\documents\ on the local machine. My VBA line is simply ChDir "X:\central\excel" ... what am I missing please?