Can I run a macro in a batch script?
like SET HOME_PATH=%loaction% vba %macro%
Is it possible to call a macro in batch script?
Can I run a macro in a batch script?
like SET HOME_PATH=%loaction% vba %macro%
Is it possible to call a macro in batch script?
You can open an excel file from a batch script and run a macro whenever the excel file is opened, but whatever you are trying to do will probably be done better if it is not done with a macro