I have multiple data streams that I want to export into one excel file. Is this possible?
Solved! Go to Solution.
Yes. If you have a later Alteryx version, use Control Containers to avoid write-contention issues.
If not:
See my comments and attachment under this post Re: Clear the output file before running a macro a... - Alteryx Community, showing the not-so-easy steps to write out multiple Excel Sheets, in order, with different formats, to one Excel file while avoiding write contention errors.
Chris
Thank you so much!