Solved! Go to Solution.
This is definitely interesting. I agree that a VBA script to update the values would definitely get the job done. I'm unaware of anything built into Alteryx that could help handle this.
You could use the run-command tool or set an event to run 'before run'. I have used this to execute a VB Script file on excels for a different use case, but it worked like a charm
Hi @Luke_C
I didn't quite understand the context of your screenshot.
Do I need to set the "Events" and then defined my Run Command tool ?
BR,
Stav.
Sorry for the confusion. You could use the run command tool to run the command, or use the events menu:
Since your example requires running a vba script prior to the workflow, either using a run-command as one of the first tools in your workflow, or using an event set to run before the workflow starts would get the job done.
Solved with Alteryx's support :
Using Run Command tool to run .vbs code that cancel all formats at the excel source files