I have a requirement to automate tasks involving an XLSM file with an Excel add-in called “Corptax.” The automation process includes the following steps:
- Opening the XLSM file.
- Logging into Corptax using the Excel Add-In.
- Performing various Excel operations using the add-in’s features.
However, I’ve encountered several issues:
- Some UI elements within the Excel add-in are being detected and validated correctly, but the expected outcomes are not achieved during the bot run.
- Recently, the add-in has disappeared from Excel. Despite multiple attempts to re-add it, the issue persists.
I would appreciate any advice or solutions to address these challenges and ensure smooth automation.