So far, I’ve designed a bot to (1) open a macro-enabled workbook and (2) click a command button that has a macro attached to it. This runs the macro, which opens a dialog window.
After I use UiPath to click the command button, the macro runs. The first thing the macro does is open a dialog window. From here, I know want to click into a folder (e.g. Mission Support) within the dialog window (image below).
The problem is, UiPath doesn’t seem to let me do this. Its forcing me to indicate (aka click) within excel (image below) instead of being able to click a folder within the dialog window that the macro opened. I get an errors that reads “Indicate in Excel failed. Error: Cannot attach to document ‘e.g. File Location’. Maker sure it is already open in Excel. Excel appears to be busy. Please check that you are not editing a value and that no dialog windows are opened”
How do I work around this?