Run Macro From Another Database

  • Thread starter Thread starter alecgreen
  • Start date Start date
A

alecgreen

Hi

Is it possible to run a macro from one database in another database?

Many Thanks

Alec
 
Alec,

Yes. You can run a macro using the RunApp action. The Command Line
argument will be something like this:
"C:\Program Files\Microsoft Office\...\Msaccess.exe"
"C:\YourFolder\YourDB.mdb" /x NameOfMacro

If that is not what you mean, can you please provide an example?
 
Alec,

Yes.  You can run a macro using the RunApp action.  The Command Line
argument will be something like this:
"C:\Program Files\Microsoft Office\...\Msaccess.exe"
"C:\YourFolder\YourDB.mdb" /x NameOfMacro

If that is not what you mean, can you please provide an example?

--
Steve Schapel, Microsoft Access MVP









- Show quoted text -

Thats what I mean Thanks!
 
Back
Top