Modify multiple MDB file's modules

rkulek

New Member
Joined
Mar 2, 2015
Messages
6
Hello,

I am not sure if it is possible, but I would like to modify multiple MDB file's modules instead of opening each one in Access and changing the line of code for each and every MDB file.
Is it possible to write code to open all (or open consecutively) MDB files that exist in a folder, modify the code in an existing module (find and replace), and then save the MDB?
 

Excel Facts

Can you AutoAverage in Excel?
There is a drop-down next to the AutoSum symbol. Open the drop-down to choose AVERAGE, COUNT, MAX, or MIN
It is possible to edit modules using VBA. The best tutorial I know is Excel - based: Programming In The VBA Editor
However, you will most likely need to go into each database first and change the security settings so that access the VBE is trusted. Otherwise Access will block attempts to modify code programatically.

Denis
 
Upvote 0

Forum statistics

Threads
1,214,945
Messages
6,122,393
Members
449,081
Latest member
JAMES KECULAH

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top