I have a pretty nifty Invoice sheet that I've done that keeps track of the last used invoice number by writing to a cell in the file, saves the file with a name and that number, and then clears the data and saves the template again with the last used invoice number. Everything works great, the only problem is when it goes to save the new invoice and the modified template, it always wants to save it back to my documents and not the starting directory where the template was launched. Now I know that as soon as the template is opened, I get a 'invoice1.xls' file that hasn't been saved and therefore reverts to 'my documents' Is there anyway to retireve the name of the folder where the template was initially started from? For now, I have it in a cell value and that works fine, I'm just trying to make this as dynamic as possible so that if it gets moved, it would automatically just use the new folder for everything. It's a small point and everyone else is happy with it but it still bugs me. Thanks for any help.