Hello, I am trying to close an open xlsx file using the parameters in a config.xlsx file.
The file location is “XLSxFileLocation” within the config.xlsx.
So when I try to close the file via the “Close Workbook” using the XLSxFileLocation parameter, I get the following error: Cannot implicity convert type string to ‘UIPath.Excel.WorkbookApplication’"
–Close workbook activity usually it will take only WorkbookApplication variables are supported.
–so get the workbook variable from the excel application scope activity and pass that as input to the close workbook activity
Close workbook activity only accept workbook type as a input… Means if you open an execl using excel scope then it will return an output as a workbook that you can pass inside this close workbook activity.
If you opened it normally by using some other activity then use hot keys like alt+f4 to close it.