Excel appears to be busy - but I have kill actvity before

Why that might be?
image

Before I have:

@chowus

Give process name in “”
pass this: “excel”

no its studioX its fine I have it later on like that and IS OK

Hi @chowus

Try this

image

@chowus

Give some delay after killing the process.

@chowus

Kindly do the following:

  1. Use this key combination [Windows] + R to open the Run dialog
  2. Paste the following command… taskkill /f /im excel.exe
  3. Then click on the OK button

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 did it and still the same message weird…
image

@chowus

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

@chowus

Kindly try with WORKBOOK ACTIVITIES with READ RANGE ACTIVITY instead of EXCEL APPLICATION SCOPE and try once
That would work for sure


look its all good

@chowus

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.

@chowus

Once check Configure Filter conditions matches or not

@chowus

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
image

Hope it helps!!

Change this property in excel process scope activity instead of kill process activity:
image

@chowus

Hope it helps.