I created an Excel VBO Extension object to add new functionality to the Excel steps. In my new object, I would like to color a cell based on input.
For this, I use the Create instance, Open Workbook, Show actions from the original Excel VBO. The following action is my new action, but I always get the following error: "Internal: Could not execute code stage because the exception is thrown by code stage: The given key was not present in the dictionary."
In my new action I use the Activate Worksheet, CheckInstanceAndWorkbook, CheckInstanceHandle actions copied from the original Excel VBO and recreated in my new Excel VBO Extension object.
How can I catch the instance with my object, that has been already created by teh original Excel VBO?
Thank you.