Here I am facing an challenge with excel and I need some ideas,
I have an shared folder, In that input excel is placed. I want to update the completion status in one STATUS column. The challenge I am facing is there is no Microsoft excel or any application to open and view that.
Here my requirement is to update the STATUS by keeping the excel open or visible to update it by bot.
Note:- I have tried using Excel Application Scope and Workbook activities. But no results as I expected.
Please find the below screen shot for your reference.
1.When using Workbook activities, such as Read Range, Write Range, etc., you can set the Visible property to True. This property specifies whether the Excel window is visible during execution.
2. Setting the Visible property to True ensures that the Excel window is opened and visible while the automation is running, even if Microsoft Excel is not installed.
3. This allows the bot to interact with the Excel file as if it were open, updating the completion status in the STATUS column.
@naveen.s Thanks for response. We need this in Workbook activity not in Excel Application Scope. Since we don’t have any excel application in the system to open or view it.