Why that might be?
Before I have:
no its studioX its fine I have it later on like that and IS OK
Kindly do the following:
taskkill /f /im excel.exe
The above should kill all running Excel processes. Then restart MS Excel to see if the issue is resolved.
It appears that sometimes excel stays open in the background, let me know if this resolves you issue.
Also can you let me know if this happens after the automation was running or before?
I think you are using filter range activity check on this or try to debug the workflow then check which activity gets error
yes I use filter activity but its all correct
try to debug the workflow the error message screenshot place here
I think it is because I use excel on my onedrive account but still I don’t use it at the momentj so shoudl be fine!
check the filter range
0x800AC472 i got new error now
Kindly try with WORKBOOK ACTIVITIES with READ RANGE ACTIVITY instead of EXCEL APPLICATION SCOPE and try once
That would work for sure
The “0x800AC472” error is a common error encountered when working with Microsoft Excel. It indicates that there was an issue interacting with Excel, usually related to Excel being busy, not responding, or encountering some other problem during automation.
Sometimes, the error occurs when the robot tries to interact with Excel while Excel is in the process of performing an operation. Use appropriate delays or wait activities to ensure that the robot waits for Excel to finish before proceeding with the next interaction.
Did you use multiple excel files in the process?
Add some delays between each interaction to the excel might solve this issue.
Use workbook and datatable activities to escape from these type of errors.
Hi @chowus
Delay Activities : Add some delay between Excel-related activities to allow Excel to respond properly. Excel sometimes takes a brief moment to process data, and adding a small delay can help avoid conflicts
Hope it helps!!
Change this property in excel process scope activity instead of kill process activity:
Hope it helps.