21-09-20 05:44 PM
Hello,
So we have recently migrated to BP 6.9 and I see there is an issue with MS Excel VBO. It is unable to open excel workbook using [Open Workbook] action. However I am using the same code in BP 6.4 it works perfectly fine.
I also tried creating a workbook in BP 6.9 and then opening the same and it fails.
Could you please have a check and let me know if there is an issue with the MS Excel VBO provided by BP ?
The error that I get when I try opening the workbook is: Could not execute code stage because exception thrown by code stage. Exception has been thrown by target of invocation.
The input has been passed perfectly fine with the path being entered in the ""
I tried opening an excel using the OLEDB that works fine but not the MS Excel VBO so need your help to understand what the issue is and is this an issue already in the BP 6.9 that is known?
Thanks In Advance
22-09-20 01:53 AM
22-09-20 02:59 AM
23-09-20 09:10 AM
By default, Office solutions that you create by using Visual Studio are not affected by the end user's locale settings, and always behave as though the locale is English (United States).
BP language |
Default Excel VBO |
Amended Excel BO |
Windows default |
OK |
OK |
EN-UK |
Not OK |
OK |
EN-US |
OK |
OK |
04-11-21 02:48 PM
Does this also work when I just attach to an open excel instance ?
In my case I use the SAP Export function which opens an Excel instance and I just use the MS Excel VBO - Attach Action to work with the Excel output