I'm calling an Access macro from a bat file using the following code:
The macro doesn't do anything except for running a VBA function.
Is it possible to pass on some parameters from the bat file to the macro and ultimately to the VBA function?
Code:
start /wait msaccess C:\MyAccessFiles\myaccessfile.mdb /x:mymacro
Is it possible to pass on some parameters from the bat file to the macro and ultimately to the VBA function?