Use “Use Application/Browser” to attach Book1.xlsx, then inside it use “Use Excel File” with Excel.CurrentWorkbook as input. Add delay if needed, and use “Save Excel File As” with your desired path. Avoid referencing “Book1” directly.
I am trying to locate “Excel.CurrentWOrkbook” for the input. I go into Advanced Editor on the first box 'Excel file". I type ‘Excel.Cu’… however ‘Excel.CurrentWorkbook’ is not an present as an option. Alphabetically I have ‘Excel.CopySheet’ and then it ‘Excel.CreateTable’.
Ideally you cannot attach to an already open excel file and which is not saved..the way to do it would be to use ui automation and click on file and saves as or pss ctrl+s and then type the name in save as window
You need to understand one thing here is that a handle is needed for these activities to work and the handle is provided by use excel file and for use excel file to create a hnfle you need to specify an input file as book1 is not saved at all there is no way to give the path
One way you can try is to use macros and then attach to book1 and try saving it..but only with activities you cannot