Read Range - could not read range (after dependency migration)

Dear Forum,

sounds like a simple problem, but I try to solve it since 3 days.
We did a dependency update (23.10 to 24.10 enterprise) and changed lots of “read workbook” activies to Excel application Scope and since then one particular process starts to make problems when reading an Excel file.

Excel file is not too large, has no formulas etc. just plain data.
The general process itself is quite old so I`m not sure if maybe some old dependencies make problems here.

In general, I want to read several Excel files.
It always crashes with “Could not read Range A1” when I run the process n2n.
I built a little testsequence and voila its working like charme.
Already rebuilt one logic entirely but this one fails as well when running n2n.

Also I force click into the open excel application to activate it. That actually helps in every 10. run in the retry but is far from a stable solution.

I`m a bit out of ideas.
If anyone experiences something similar would love to hear your ideas :slight_smile:

Thanks a lot!

@FreddyW

Use excel process scope around and use settings from there for process mode to be automation..force kill or existing process disable macros if not needed

Cheers

Hi @FreddyW

Pls update all Excel activities to latest version Avoid mixing modern and legacy dependencies add a small delay ,Use excel scope before read range ensure Excel is launched and responsive check debug logs for UI timing issues

Happy Automation

did exactly that, didnt helped

Yes thats a bit my worry that we have a mixture here and the 2024.10.xx Version isnt stable enough / has bugs with olders dependencies.

But I implemented already what you suggested, didnt helped.

Any Ideas how to stabilise dependencies without building a new process?

Then you have to step by step debug and findout the issue or try to another ways or activities.

done that, no further insights found :confused:

Do you have any particular reason why you use Excel application Scope instead of simple Read Range Workbook?

Cheers

@FreddyW

Can you show the full trace error also is it happening on any specific activity?

Cheers