How to open AccessXP Makro from .NET Application ??

Not sure what you want to try to achieve here but I suspect you would need to either create an Access application object and figure out how to call the macro from that. Or use a shell call to open Access passing the macro name to be run when Access opens. You would need to modify the macro to close down Access once it had finished doing whatever it is that it does.
 
Back
Top