Hi I have a read cell, then write to multiple other workbooks using variables. Whilst this works welI I would prefer to read the entire row of a filtered excel sheet (which is also working fine) and assign a variable to all of the column data to use in the other workbooks.
Currently i have 4 excel application scopes, the original filter application, the 2nd read cell, and then 2 further to write cell in the 2 new workbooks.
I would also like to save as these new files if its possible.
How about using Modern Excel (Use Excel file) instead of ExcelApplicationScope?
There is SaveExcelFileAs activity and we can easily save it as different name.