Can I write a macro in Excel that runs a macro from Access DB

  • Thread starter Thread starter Guest
  • Start date Start date
You can just start Access with the /x switch to specify a macro to run.
Something like..

<path>\msaccess.exe <path>\whatever.mdb /x MacroToRun

You should be able to run that from Excel via a Shell command.
 
Hi Rob
What's a Shell command?
Rob Oldfield said:
You can just start Access with the /x switch to specify a macro to run.
Something like..

<path>\msaccess.exe <path>\whatever.mdb /x MacroToRun

You should be able to run that from Excel via a Shell command.
 
Timmy said:
Hi Rob
What's a Shell command?
You can just start Access with the /x switch to specify a macro to run.
Something like..
[quoted text clipped - 6 lines]

Right,

Good point Timmy.
What is a Shell command....I mean we are not gurus....in fact we hardly know
anything...this crap sucks.
 
You're right this crap does suck

VernonHowell via AccessMonster.com said:
Timmy said:
Hi Rob
What's a Shell command?
You can just start Access with the /x switch to specify a macro to run.
Something like..
[quoted text clipped - 6 lines]
Access
database

Right,

Good point Timmy.
What is a Shell command....I mean we are not gurus....in fact we hardly know
anything...this crap sucks.
 
Back
Top