I am using Invoke vba activity in my process, it is working on xlsx files but not on xls files. I searched and found that uipath does not support invoke VBA activity in .xls files. I am stuck now how to achieve the task also i tried using Invoke VB script activity but using that nothing is happening in any of the files .xlsx/.xls.
OK, but in my scenario it is working on .xlsx files and when trying to run on.xls files below exception occurs
RemoteException wrapping System.Runtime.InteropServices.COMException: Cannot run the macro ‘ListAllSheets’. The macro may not be available in this workbook or all macros may be disabled.