I am currently working on a process that compares data from several internal systems and writes them to an excel sheet. For each system’s data we check, it is appended to the right most empty column in Excel, immediately after the data that is currently there.
How can I do this? Currently I am using a Write Range and just providing the column index but I’d like it to just write the data to the next column.