up vote 1 down vote favorite
share [g+] share [fb]

i have to save about 1000 different csv files and every time i click file save as, it goes to some default directory.

is there anyway it can default to remember the directory that i saved the last file into?

link|improve this question

feedback

2 Answers

up vote 5 down vote accepted

You can try adding registry setting for Excel.

  • start regedit
  • go to HKEY_CURRENT_USER\Software\Microsoft\Office\12.0\Excel\Options (12.0 for Excel 2007, if you have older version of Excel it will be different, 11.0 for 2003, 10.0 for 2002...)
  • add a dword value named AlwaysSaveToCurrentPath and set it to 0

This should make "Save As" use the same folder where the file was opened in. If you set the value to 1, it will use Default folder when using "Save As"

link|improve this answer
feedback

What is your Excel version, Office Service Pack, and OS? For me, Excel 2007 SP2 on Vista SP2 does remember the last Save As location, until I exit Excel.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.