I want to run a macro on CSV files that are sent to me using an xlwings script.
As such storing the macro in each new file would be a pain. Is there anyway to run the script from another workbook, or even just directly send the code to the CSV file?
Edit: I have tried doing it, however the macro documentation and the application documentation in xlwings seems to imply heavily that you can only call from the active workbook. Hence the question.