I got an Excel file which had multiple macro sheets and i got some Radio type buttons Which are neither Form control nor Active X buttons from excel but they are clickable like Ui Elements in Excel by manually Since these Radio buttons are Individual Objects with grouped shapes in Excel. I can find them in Home Ribbon Under Find and Next under Control Panel these buttons are visible but I cant able to automate them.
- I Used VB scripts but it is not working since these are not Form control or Active X buttons from excel
- Tried to use classic and Modern Click activity but getting this error “ERROR HRESULT E_FAIL has been returned from a call to COM component”
- I had to achieve this while run time if there is any situation as per requirement the bot had to click these buttons, So Macros are not good for my issue
If any one got any Ideas about how we can achieve this Using UiPath Please let me know