Thank you for taking the time to help. I have a workflow that writes a single column of data into a worksheet of an existing macro-enabled Excel file. The data consists of survey questions, with both numerical and text data. My problem is that Alteryx seems to be able to support one data type per data column, so it's writing every cell as a V_string. When written to the Excel file, this breaks the macros that point to cells that are supposed to be in a numeric format.
Can anybody give me some guidance? My instinct is that this problem needs to be addressed within the Alteryx workflow, and fixed before it's written to Excel, but I don't know how to fix it.