Altering/Running Access Macro through excel VBA?

TeaParty

New Member
Joined
Oct 21, 2015
Messages
10
I have 3 access macros that I run everyday. Each of those macros requires me to select a field, click import, upload a file, enter a username and password. All of these reports, if done concurrently, could save me a lot of time. I would like to create a macro in excel that will run all 3 reports. The only issue is that the access macro code is locked and has to remained locked.

Is this possible? I'm semi-new to vba so if you could point me in the right direction I'd appreciate it.

Thanks!

-TeaParty
 

Excel Facts

Round to nearest half hour?
Use =MROUND(A2,"0:30") to round to nearest half hour. Use =CEILING(A2,"0:30") to round to next half hour.
I would think not, because if you could, you'd be able to hack anyone's code. Also sounds like you want to run Access code from Excel? Why complicate this by introducing Automation or remote connections? Can't you dispense with the current macro/code and start a new one?
 
Upvote 0

Forum statistics

Threads
1,221,831
Messages
6,162,242
Members
451,756
Latest member
tommyw

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