Hi,
I have a database saved in ""D:\Database\v 101" and some macros that import/export (transferSpread sheet) the tables of it. These tables (approx 30 tables) are saved in a location "D:\Database\v1 01\tables".
After going through it with the user and I need to update it I create a new version and save that in "D:\Database\v1 02". Now the tables I export\import from the DB are should be saved into location "D:\Database\v1 02\tables".
The save location for the macros are hard coded in the macros. Is there a way that I can in one go set the save path in all the macros to "D:\Database\v1 02\tables" rather than going into the design view of each macro and manually changing it? Currently I have had 4 such new releases and each time i have had to manually change the macros. So imagine 30(tables)*2(im port/export)= 60 macros to change with every release. Thats a LOT of work! Appriciate the help!
I have a database saved in ""D:\Database\v 101" and some macros that import/export (transferSpread sheet) the tables of it. These tables (approx 30 tables) are saved in a location "D:\Database\v1 01\tables".
After going through it with the user and I need to update it I create a new version and save that in "D:\Database\v1 02". Now the tables I export\import from the DB are should be saved into location "D:\Database\v1 02\tables".
The save location for the macros are hard coded in the macros. Is there a way that I can in one go set the save path in all the macros to "D:\Database\v1 02\tables" rather than going into the design view of each macro and manually changing it? Currently I have had 4 such new releases and each time i have had to manually change the macros. So imagine 30(tables)*2(im port/export)= 60 macros to change with every release. Thats a LOT of work! Appriciate the help!
Comment