I have the following situation:
Context:
1. I created a project for one of our teams based on a manual reconciliation previously existing. The initial manual recon had a VBA macro that, once the team finished the reconciliation, would update the data within our company´s system.
Due to the database inconsistency, the reconciliation wasn´t automated 100%, therefore, once having first output, the team has to modify the file with additional information. Afterwards, this information should be updated in our system Vermeer.
2. What I need to achieve is to take a macro from the initial excel file though Alteryx and output it as a macro in the Excel output file in order the team to be able to run the macro by themselves after the latest changes applied to the file created by Alteryx.
From what I have read from the Alteryx community, Alteryx is able to run just formatting macros (for a better arranging view of a report, for e.g.) through a script or an event created directly in Alteryx and will output directly just the result. In my situation, would be possible to bring within Alteryx an already existing VBA excel macro and output it as a macro in order to be run when needed (outside Alteryx)?