1.Inside my workflow I have a Switch statement.
2.Inside the Switch statement I go through a couple of cases, each of them uses the ExcelApplicationScope.
3. The ExcelApplicationScope open a .xlsm file from a variable and then runs the macro by clicking on a button inside.
4. When macro is running, it opens several input boxes and asks for folders, files, etc.
5. These input boxes apparently do not accept the UiPath Set Text activity, but only TypeInto.