Oi Patricia,
An option could be create a macro that will be available for any workbook opened.
Assuming the file you open is in a different folder of ORDERS or BUDGET, proceed as follow:
Create a personal.xlsb book (Personal macro book) doing:
* After create the personal macro book, you'll see the file PERSONAL.XLSB created in C:\Users\<username>\AppData\Roaming\Microsoft\Excel\XLSTART if you have Windows 7 or Vista.
For more details on Personal.xlsb see this:
http://office.microsoft.com/en-us/ex...102174076.aspx
1-) Record a macro, in the window that appears select to save the macro not in current workbook, but in "Personal Macro workbook"
2-) Do some actions and stop the recording.
3-) Open VB editor (Alt + F11), now you'll see on the left pane a new VBAProject(PERSONAL.XSLB).
4-) Then, in the macro you just recorded, replace its code by the code below and save changes (Ctrl+S within code editor)
5-) Change the real path in the lines in red and save changes again.
6-) Close Excel completely (all workbooks and Excel Application)
7-) Test it! opening a file you think is in folders ORDERS or BUDGET and to execute the macro press the shortcut, Ctrl+Shift+B.
Hope it works and helps to you.
Regards
Bookmarks