Good afternoon all!
I've got a workflow where I am looking to open an Excel file that has 2 predefined ranges that I am going to fill as part of the workflow process. I then want to save this Excel file as a different file name. So for example "pretty_template.xlsx" would be master sheet that is loaded and the output would be "pretty_spreadsheet.xlsx". I have the part where it will save the data out if the spreadsheet is already in the "pretty_spreadsheet.xlsx" format, but I am struggling with how to open the master file to insert the data.
TIA!